more tests for the runtime
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@type [runtime]
|
||||
|
||||
@bytecode
|
||||
|
||||
PUSHINT -90;
|
||||
PUSHFLT -700.39;
|
||||
SUB;
|
||||
|
||||
PUSHVAR "print";
|
||||
CALL 1, 1;
|
||||
POP 1;
|
||||
EXIT;
|
||||
|
||||
@output [610.39]
|
||||
Reference in New Issue
Block a user