Files
Noja/tests/compiler/expr/assignment/Testcase_005_001.noja-test

15 lines
153 B
Plaintext

@type [compiler]
@source
var[key] = none;
@bytecode
PUSHNNE;
PUSHVAR "var";
PUSHVAR "key";
INSERT2;
POP 1;
EXIT;