Skip to content

Keywords and Operators

gingerBill edited this page Sep 6, 2021 · 16 revisions

Keywords

asm auto_cast bit_set break case cast context continue defer distinct do dynamic else enum fallthrough for foreign if import in map not_in or_else or_return package proc return struct switch transmute typeid union using when where

Operators

= ! ^ ? :
+ - * / % %% & | ~ &~ << >>
&& ||
+= -= *= /= %= %%= &= |= ~= &~= <<= >>=
&&= ||=
-> ---
== != < > <= >=
( ) [ ] { }
: .. ..= ..<
# @ $
; . ,

Reserved Operator

++ --