This is a cache of https://www.elastic.co/guide/en/elasticsearch/painless/8.19/painless-keywords.html. It is a snapshot of the page as it appeared on 2025-11-22T03:20:45.253+0000.
Keywords | Painless Scripting Language [8.<strong>19</strong>] | Elastic
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Keywords

edit

Keywords are reserved tokens for built-in language features.

Errors

Keywords

if

else

while

do

for

in

continue

break

return

new

try

catch

throw

this

instanceof