3.16 Reserved word
The following keywords are reserved in the CRS language. These keywords cannot be used for variables, object names, etc.
symbol
| // | ^ | + | - | * | / | % | = |
| & | && | &= | | | || | ++ | += | – |
| -= | *= | /= | %= | == | ==& | ! | != |
| !=& | < | <= | « | > | » | >= | ? |
| [ | ] | ( | ) | { | } | , | . |
| ; | : | # | ~ | “ | ‘ |
keyword
| 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 |