You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should not possible to use a reserve variable name, such as: "parent", "current", "depth", "path", "stack", "history" in FOREACH and LET statements. While current and parent are reserved in any context, stack, history, path and depth are used only in traverse statements.
The parser should throw an error if those variables are used.
The text was updated successfully, but these errors were encountered:
It should not possible to use a reserve variable name, such as:
"parent", "current", "depth", "path", "stack", "history"
inFOREACH
andLET
statements. Whilecurrent
andparent
are reserved in anycontext
,stack
,history
,path
anddepth
are used only in traverse statements.The parser should throw an error if those variables are used.
The text was updated successfully, but these errors were encountered: