2018-04-17 15:16:08 -04:00
|
|
|
[[painless-keywords]]
|
|
|
|
=== Keywords
|
|
|
|
|
2018-05-23 16:36:58 -04:00
|
|
|
Keywords are reserved tokens for built-in language features and cannot be used
|
|
|
|
as <<painless-identifiers, identifiers>> within a script. The following are
|
|
|
|
keywords:
|
2018-04-17 15:16:08 -04:00
|
|
|
|
|
|
|
[cols="^1,^1,^1,^1,^1"]
|
|
|
|
|====
|
|
|
|
| if | else | while | do | for
|
|
|
|
| in | continue | break | return | new
|
|
|
|
| try | catch | throw | this | instanceof
|
|
|
|
|====
|