Files
Noja/tests/compiler/expr/prefix/Testcase_002_014.noja-test

12 lines
94 B
Plaintext

@type [compiler]
@source
not 1;
@bytecode
PUSHINT 1;
NOT;
POP 1;
EXIT;