(draft)
Improved access to $LOOP$ macro variables
It is now possible to refer to the input node of a LOOP macro using LOOP.inputNode expression, removing the need to use a VAR macro. The index of the LOOP can also be accessed under the same namespace, using LOOP.index, replacing the previous user defined context variable.