12 lines
118 B
Plaintext
12 lines
118 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
func();
|
|
|
|
@bytecode
|
|
|
|
PUSHVAR "func";
|
|
CALL 0, 1;
|
|
POP 1;
|
|
EXIT; |