golden: add for/foreach normalized AST and loop_nonreorder (skip-reorder); docs: MacroCtx section; demo macro (identity)
This commit is contained in:
6
apps/tests/macro/loopform/nonreorder.nyash
Normal file
6
apps/tests/macro/loopform/nonreorder.nyash
Normal file
@ -0,0 +1,6 @@
|
||||
local i = 0
|
||||
loop(i < 3) {
|
||||
i = i + 1
|
||||
print(i)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user