A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
4
Task/Loops-Foreach/Lua/loops-foreach-2.lua
Normal file
4
Task/Loops-Foreach/Lua/loops-foreach-2.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
l={'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday', not_a_number='fooday', [0]='today', [-1]='yesterday' }
|
||||
for key, value in ipairs(l) do
|
||||
print(key, value)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue