A node element.
Deletes the value associated with the given node. Values stored on ancestors are not affected, meaning that child nodes will still see inherited values.
This function returns true if there was a value stored directly on the node, and false otherwise.
A node element.
Store a value for this local variable. Calling .get()
on children of this node will also retrieve the variable's value.
A node element.
Value to store locally
Retrieves a local variable stored on the node (or one of its parents).