12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
|
|
#source
|
|
|
|
1.0 / 7;
|
|
|
|
#bytecode
|
|
|
|
PUSHFLT 1.0;
|
|
PUSHINT 7;
|
|
DIV;
|
|
POP 1;
|
|
RETURN 0; |