4
edits
Line 49: | Line 49: | ||
==== Arithmetic Operators ==== | ==== Arithmetic Operators ==== | ||
;+ | ;+ | ||
:Adds two numbers. If one of the arguments are a string the second argument will be appnended to the first. Also | :Adds two numbers. If one of the arguments are a string the second argument will be appnended to the first. Also used for concatenating strings. | ||
;- | ;- | ||
:Subracts two numbers. | :Subracts two numbers. |
edits