CRS言語では以下のキーワードが予約されています。これらのキーワードを変数やオブジェクト名などに利用することはできません。
// ^ + - * / % =
& && &= | || ++ += --
-= *= /= %= == ==& ! !=
!=& < <= << > >> >= ?
[ ] ( ) { } , .
; : # ~ “ ‘
catchevent peekevent break case
catch continue default delete
do else finally for
function if in instanceof
new return switch this
throw try typeof var
void while with abstract
as class const export
extends false final implements
import interface is namespace
null package private public
static super true use
debugger enum goto native
protected synchronized throws transient
volatile