11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
|
|
#source
|
|
|
|
func();
|
|
|
|
#bytecode
|
|
|
|
PUSHVAR "func";
|
|
CALL 0, 1;
|
|
POP 1;
|
|
EXIT; |