Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 290 Bytes

ops.md

File metadata and controls

19 lines (16 loc) · 290 Bytes
Operators (not all of these are defined initially):
<> ..
< <= == > >=
not, is, is not
* / ** // << >>
+ ++ - --
! ? !! ??
& && | ||
# %
and, or, and then, or else

Underscore in numbers and ids: internal only

Non-operators:
: ; ,
(...) [...] {...} "..." `...` maybe '^'
' . , <-, ->