projects
/
GameLab
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
/
LuaMacro
/
tests
/
test-forall1.lua
blob: c16d77c08163c0e0740826629203d68da0e993fc (
plain
)
1
2
3
4
require_ 'forall1' forall i in {10,20,30} do print(i) end