4
edits
(→round) |
|||
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. | :Adds two numbers. If one of the arguments are a string the second argument will be appnended to the first. Also use for concatenating strings. | ||
;- | ;- | ||
:Subracts two numbers. | :Subracts two numbers. |
edits