mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
26 lines
169 B
Markdown
26 lines
169 B
Markdown
|
Operators
|
||
|
=========
|
||
|
|
||
|
Math
|
||
|
|
||
|
`+ - / *`
|
||
|
|
||
|
Bitwize
|
||
|
|
||
|
`| & <<`
|
||
|
|
||
|
Unary
|
||
|
|
||
|
`^ ~ - !`
|
||
|
|
||
|
Boolean
|
||
|
|
||
|
`|| && and or < > <= >= == === !== != ≥ ≤ ≠`
|
||
|
|
||
|
Ternar
|
||
|
|
||
|
`? :`
|
||
|
|
||
|
Test
|
||
|
|
||
|
`is in like`
|