Skip to content

Keywords

Shane Brinkman-Davis Delamore edited this page Jun 15, 2018 · 13 revisions

Modules

Constants

  • true
  • false
  • null
  • undefined

Untranslated JavaScript Globals

  • global
  • require
  • module
  • eval

Object Oriented

  • class
  • super
  • new
  • this
  • delete

Introspection

  • switch
  • when
  • then
  • else
  • if
  • until
  • while
  • unless
  • array
  • each
  • find
  • object
  • from | in
  • with | do
  • into | returning

Error Handling

  • try
  • catch
  • throw

Logic

  • and
  • or
  • not

Reserved but not Used (from CoffeeScript)

  • for
  • return
  • break
  • of
  • yes | on
  • no | off
  • typeof

Reserved but not Used (future CaffeineScript)

  • extract
  • reduce | inject
  • promise | await
  • to | by | short | skip
  • mixin
Clone this wiki locally