math.1
This source file contains all the basic mathematics words within the IsForth kernel.
base
( --- n1 )
This variable contains the current radix used for both number input and number output.
+
( n1 n2 --- n3 )
This word (pronounced "plus") adds the top two items of the parameter stack together.
-
( n1 n2 --- n3 )
This word (pronounced "minus") subtracts the top item on the parameter stack from the second item.