Keywords
keywordBoolean
Boolean literal values.
keywordImport
Keywords related to the module system.
- export
- from
- import
- module
keywordControl
Keywords used in control flow and declarations.
- as
- assert
- circuit
- const
- constructor
- contract
- default
- disclose
- else
- enum
- fold
- for
- if
- include
- ledger
- map
- new
- of
- pad
- pragma
- prefix
- pure
- return
- sealed
- slice
- struct
- type
- witness
keywordDataTypes
Built-in data type keywords.
- Boolean
- Bytes
- Field
- Opaque
- Uint
- Vector
keywordReservedForFutureUse
Reserved keywords that may be used in future versions of the language. Using these as identifiers is not allowed.
- await
- break
- case
- catch
- class
- continue
- debugger
- delete
- do
- extends
- finally
- function
- implements
- in
- instanceof
- interface
- let
- null
- package
- private
- protected
- public
- static
- super
- switch
- this
- throw
- try
- typeof
- var
- void
- while
- with
- yield