-
Signed (i8, i16, i32, i64, i128, i256)
-
Unsigned (u8, u16, u32, u64, u128, u256)
-
CPP types (int, long, char, bool, short, byte (unsigned char), boolean (same as bool))
-
auto
-
void
-
bool consts (true, false)
- enum
- struct
- this
- access declaration (public, private, protected)
- union
- namespace
- const
- static
- operators (+ - = / * % ...)
- operator
- memory (new, delete)
- defer
- sizeof
- asm or IL()
- alignas
- cycles (for, while, do, break, continue)
- return