[[modding:function:subtract]] === subtract === [[modding:function:subtract]] ^ Syntax | (subtract number number) | ^ Arguments | 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 functions|math]] | ^ Description | Subtracts the two numbers. | === Example === (subtract 34 0x20) Returns the number 2. Return to [[:Functions]] list