Keywords - caffeine-suite/caffeine-script GitHub Wiki
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
Logic
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