Functions Documentation
View Function Edit Function
Name subtract
Syntax (subtract number number)
Argument List number: The first number you want subtracted.
number: The second number you want subtracted.
Returns number: The number that results when you subtracts the two numbers.
Category math
Description Subtracts the two numbers.
Example
(subtract 34 0x20)

Returns the number 2.
Comment Basic math function.