256
edits
 (→Types)  | 
				|||
| Line 41: | Line 41: | ||
=== Operators ===  | === Operators ===  | ||
SigMath supports some basic operators.  | |||
'''Arithmetic Operators'''  | |||
; +  | |||
:Adds two numbers. If one of the arguments are a string the second argument will be appnended to the first.  | |||
* -  | |||
* *  | |||
* /  | |||
'''Comparison Operators'''  | |||
* <  | |||
+, -, * , /, <, >, ==, !=, <=, >=, ||, &&, ( and ).  | +, -, * , /, <, >, ==, !=, <=, >=, ||, &&, ( and ).  | ||
edits