Painless: Restructure/Clean Up of Spec Documentation (#31013)
Full restructure of the spec into new sections for operators, statements, scripts, functions, lambdas, and regexes. Split of operators into 6 sections, a table, reference, array, numeric, boolean, and general. Clean up of all operators sections. Sporadic clean up else where.
2018-06-07 20:11:56 -04:00
|
|
|
[[painless-scripts]]
|
|
|
|
=== Scripts
|
|
|
|
|
|
|
|
Scripts are composed of one-to-many <<painless-statements, statements>> and are
|
|
|
|
run in a sandbox that determines what local variables are immediately available
|
2018-07-02 17:44:36 -04:00
|
|
|
along with what APIs are whitelisted for use.
|