Files
Noja/tests/compiler/expr/primary/primary_001.noja-test
T

11 lines
97 B
Plaintext

@type [compiler]
@source
6.7;
@bytecode
PUSHFLT 6.7;
POP 1;
EXIT;