ava/keywords.md

32 lines
291 B
Markdown

# Keywords
- `type`
- `class`
- `alias`
- `const`
- `enum`
- `record`
- `object`
- `let`
- `mut`
- `export`
- `import`
- `namespace`
- `infix`
- `fn`
- `end`
- `match`
- `case`
- `if`
- `then`
- `else`
- `do`
- `return`
- `given`
- `true`
- `false`
- `private`
TODO:
- Concurrency Stuff?