Update doc

This commit is contained in:
bzick
2013-02-21 22:47:24 +04:00
parent f4bc88a97d
commit b2f2e61be4
7 changed files with 58 additions and 26 deletions

26
docs/operators.md Normal file
View File

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