mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update doc
This commit is contained in:
26
docs/operators.md
Normal file
26
docs/operators.md
Normal file
@ -0,0 +1,26 @@
|
||||
Operators
|
||||
=========
|
||||
|
||||
Math
|
||||
|
||||
`+ - / *`
|
||||
|
||||
Bitwize
|
||||
|
||||
`| & <<`
|
||||
|
||||
Unary
|
||||
|
||||
`^ ~ - !`
|
||||
|
||||
Boolean
|
||||
|
||||
`|| && and or < > <= >= == === !== != ≥ ≤ ≠`
|
||||
|
||||
Ternar
|
||||
|
||||
`? :`
|
||||
|
||||
Test
|
||||
|
||||
`is in like`
|
Reference in New Issue
Block a user