fenom/docs/operators.md

23 lines
155 B
Markdown
Raw Normal View History

2013-02-21 22:47:24 +04:00
Operators
=========
Math
`+ - / *`
Bitwize
`| & << >> |= &= <<= >>=`
2013-02-21 22:47:24 +04:00
Unary
`^ ~ - !`
Boolean
`|| && and or < > <= >= == === !== !=`
2013-02-21 22:47:24 +04:00
Ternar
`? :`