Files
Noja/tests/runtime/push/pushflt.noja-test
T

13 lines
117 B
Plaintext

@type [runtime]
@bytecode
PUSHFLT 8.5;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [8.50]