User Tools

Site Tools


ixe:irpl:logic:not

not

NOT

Description

Treats first item on the stack as a boolean value (true/false (1/0) , ‘nots’ it, and pushes 0 or 1 back to the stack. If the item is TRUE, 0 is pushed to the stack. If the item is FALSE, 1 is pushed to the stack.

Examples

if (not(false))
    trace("not false is true")
endif
ixe/irpl/logic/not.txt · Last modified: 2025/01/07 15:41 by 127.0.0.1