Search
 
SCRIPT & CODE EXAMPLE
 

LUA

lua game code

local grid = {
  { 11, 12, 13 },
  { 21, 22, 23 },
  { 31, 32, 33 }
}

for y, row in ipairs(grid) do
  for x, value in ipairs(row) do
    print(x, y, grid[y][x])
  end
end
Comment

PREVIOUS NEXT
Code Example
Lua :: what is lua used for 
Lua :: break in lua 
Lua :: lua toggle 
Lua :: lua len array 
Lua :: countif excel 
Lua :: convert string to lowercase lua 
Lua :: how to kill humanoid with click detector roblox 
Lua :: Roblox Luau Wait Alternative 
Lua :: rhyme api 
Lua :: pcall lua 
Lua :: gun that shoot automaticly roblox 
Lua :: gettable 
Lua :: how do i use the errors module luaassist 
Lua :: table.move lua 
Lua :: how to make kill block in roblox lua 
Matlab :: matlab if not true 
Matlab :: matlab label size 
Matlab :: how do i call a function inside another function in mat 
Basic :: excel vba chck that the range is empty 
Basic :: robocopy sync one way 
Elixir :: elixir check type data 
Elixir :: elixir alias __module__ 
Scala :: two dimensional array scala 
Scala :: scala home set up 
Actionscript :: rabbitmq login was refused using plain 
Excel :: excel or 
Perl :: append string perl 
Pascal :: while loop in pascal 
Powershell :: How to save Jira attachments using powershell 
Abap :: adobre forms abap tcode 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =