ava/notes/keywords.md

291 B

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?