fenom/docs/operators.md

155 B

Operators

Math

+ - / *

Bitwize

| & << >> |= &= <<= >>=

Unary

^ ~ - !

Boolean

|| && and or < > <= >= == === !== !=

Ternar

? :