256
edits
Line 44: | Line 44: | ||
'''Arithmetic Operators''' | '''Arithmetic Operators''' | ||
; + | ;+ | ||
:Adds two numbers. If one of the arguments are a string the second argument will be appnended to the first. | :Adds two numbers. If one of the arguments are a string the second argument will be appnended to the first. | ||
;- | |||
* | :Subracts two numbers. | ||
;* | |||
:Takes the first argument times the second. | |||
;/ | |||
:Divides the first argument with the second. | |||
'''Comparison Operators''' | '''Comparison Operators''' |
edits