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