Skip to content

Keywords

Frederic Jarjour edited this page May 24, 2022 · 8 revisions

These keywords are all reserved by Kode and cannot be used as variable names. The Built-in functions are also reserved, but are excluded from this list.

Variable declaration

  • val
  • int
  • float
  • string
  • bool
  • null

Function declaration

  • func
  • return
  • end
  • self
  • super

Conditions and Loops

  • if
  • else
  • for

Boolean operators

  • and
  • or
  • not
Clone this wiki locally