Keywords

From FizzFuzz

Jump to: navigation, search

This is a list of keywords in the FizzFuzz language.

Contents

General Keywords

These are keywords that apply to the standard version of the language, meaning they will always exist in the compiler.

Statements

  • if
  • else if
  • else
  • switch
  • return
  • goto
  • while
  • do
  • for
  • break
  • continue
  • to
  • new
  • delete

Reference Keywords

  • self
  • parent

Access Modifier Keywords

  • public
  • private
  • protected
  • final
  • abstract
  • static

Exception Keywords

  • throw
  • try
  • catch
  • finally

Value Keywords

  • true
  • false
  • null

Global Keyword

  • global

Data Type Keywords

  • var
  • void
  • enum
  • char
  • int

Standard Library Keywords

These are keywords that are included when the standard library is included.

Default Keywords

  • char
  • string
  • str
  • integer
  • int
  • unsigned
  • const
  • ext_const
  • boolean
  • bool
  • list
  • obj
  • environment
Personal tools
Navigation
functions
language