fenom/docs/operators.md
2013-02-21 22:47:24 +04:00

26 lines
169 B
Markdown

Operators
=========
Math
`+ - / *`
Bitwize
`| & <<`
Unary
`^ ~ - !`
Boolean
`|| && and or < > <= >= == === !== != ≥ ≤ ≠`
Ternar
`? :`
Test
`is in like`