2018-04-17 15:16:08 -04:00
|
|
|
[[painless-keywords]]
|
|
|
|
=== Keywords
|
|
|
|
|
|
|
|
The keywords in the table below are reserved for built-in language
|
2018-04-25 12:38:41 -04:00
|
|
|
features. These keywords cannot be used as
|
|
|
|
<<painless-identifiers, identifiers>> or <<painless-types, types>>.
|
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
|
|
|
|
|====
|