Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 472 Bytes

keywords.md

File metadata and controls

47 lines (37 loc) · 472 Bytes

Keywords

Top-level

  • import
  • from
  • as
  • export
  • class
  • trait
  • atom
  • type
  • aspect
  • extends
  • extend
  • pure
  • enum
  • abstract
  • construct

Class-level

  • message
  • when
  • operator
  • construct
  • throws
  • get
  • set
  • pure
  • abstract

Statement-level

  • await
  • try
  • catch
  • let
  • const
  • send
  • break
  • return
  • throw