User:Demonnic

From Mudlet
Revision as of 06:04, 26 May 2011 by Demonnic (talk | contribs) (Created page with "<syntaxhighlight> for k,v in pairs(_G) do echo("ack!") end </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
for k,v in pairs(_G) do
  echo("ack!")
end