print(1+2) a='me' print(a) do local meme='lll' print(meme) end print(meme) G={1,2,3,4} print(G[1]) for i=1,#G do print(i,G[i]) end
To embed this project on your website, copy the following code and paste it into your website's HTML: