13 lines
121 B
Plaintext
13 lines
121 B
Plaintext
|
|
@type [compiler]
|
|
@source
|
|
|
|
1.0 * 7;
|
|
|
|
@bytecode
|
|
|
|
PUSHFLT 1.0;
|
|
PUSHINT 7;
|
|
MUL;
|
|
POP 1;
|
|
EXIT; |