Arithmetic/Integer: Difference between revisions

Content added Content deleted
No edit summary
Line 2,219: Line 2,219:


<lang onyx># Most of this long script is mere presentation.
<lang onyx># Most of this long script is mere presentation.
# All you really need to do is push to intergers onto the stack
# All you really need to do is push two integers onto the stack
# and then execute add, sub, mul, idiv, or pow.
# and then execute add, sub, mul, idiv, or pow.