Skip to content

Instantly share code, notes, and snippets.

@robbyrussell
Created April 17, 2009 19:34
Show Gist options
  • Save robbyrussell/97204 to your computer and use it in GitHub Desktop.
Save robbyrussell/97204 to your computer and use it in GitHub Desktop.
# the lack of indenting came directly from the app i am reviewing code for
m=[[1,1,1,1,1]]
i=j=0
while i < 30 do
m[i]=[i,i,i,i,i]
i+=1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment