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

15 lines
152 B
Plaintext

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