Keywords and Operators - odin-lang/Odin GitHub Wiki
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
=
!
^
?
:
+
-
*
/
%
%%
&
|
~
&~
<<
>>
&&
||
+=
-=
*=
/=
%=
%%=
&=
|=
~=
&~=
<<=
>>=
&&=
||=
->
---
==
!=
<
>
<=
>=
( )
[ ]
{ }
:
..
..=
..<
#
@
$
;
.
,
++
--