Files
Noja/tests/suite/Testcase_005_001
T
2022-08-12 05:30:41 +02:00

14 lines
141 B
Plaintext

#source
var[key] = none;
#bytecode
PUSHNNE;
PUSHVAR "var";
PUSHVAR "key";
INSERT2;
POP 1;
RETURN 0;