-
-
Notifications
You must be signed in to change notification settings - Fork 849
Keywords and Operators
Vironacorus edited this page Mar 27, 2021
·
17 revisions
package
import
foreign
when
if,
do
else
for
defer
return
switch
case
in
notin
do
break
continue
fallthrough
proc
struct
union
enum
bit_field
bit_set
map
dynamic
cast
auto_cast
transmute
using
inline
no_inline
context
size_of
align_of
offset_of
type_of
macro const
= !
^
? :
+ - * / % %%
& | ~ &~
<< >>
&& ||
+= -= *= /= %= %%=
&= |= ~= &~=
<<= >>=
&&= ||=
->
<-
---
== !=
< > <= >=
( )
[ ]
{ }
:
.. ..<
#
@
$
;
.
,
=>