-
-
Notifications
You must be signed in to change notification settings - Fork 908
Keywords and Operators
mmmm edited this page May 12, 2025
·
17 revisions
asm
auto_cast
bit_field
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
= !
^
? :
+ - * / % %%
& | ~ &~
<< >>
&& ||
+= -= *= /= %= %%=
&= |= ~= &~=
<<= >>=
&&= ||=
->
---
== !=
< > <= >=
( )
[ ]
{ }
:
.. ..= ..<
#
@
$
;
.
,
++
--