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