256
edits
| Line 54: | Line 54: | ||
'''Comparison Operators'''  | '''Comparison Operators'''  | ||
;<  | |||
:Checks if the first argument is smaller than the second. If so ''true'' is returned  | |||
+, -, * , /, <, >, ==, !=, <=, >=, ||, &&, ( and ).  | +, -, * , /, <, >, ==, !=, <=, >=, ||, &&, ( and ).  | ||
edits