Files
Noja/tests/compiler/expr/postfix/Testcase_007_002.noja-test
T

13 lines
130 B
Plaintext

@type [compiler]
@source
set.key;
@bytecode
PUSHVAR "set";
PUSHSTR "key";
SELECT;
POP 1;
EXIT;