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