14 lines
159 B
Plaintext
14 lines
159 B
Plaintext
|
|
#source
|
|
|
|
({+name: 'Francesco'});
|
|
|
|
#bytecode
|
|
|
|
PUSHMAP 1;
|
|
PUSHVAR "name";
|
|
POS;
|
|
PUSHSTR "Francesco";
|
|
INSERT;
|
|
POP 1;
|
|
EXIT; |