A JEXL Script.
A script is some valid JEXL syntax to be executed with
a given set of
JexlContext variables .
A script is a group of statements, separated by semicolons.
The statements can be blocks (curly braces containing code),
Control statements such as if and while
as well as expressions and assignment statements.
since: 1.1 |