Skip to content

Instantly share code, notes, and snippets.

@divVerent
Forked from anonymous/stdin.txt
Created August 1, 2012 13:30
Show Gist options
  • Save divVerent/3226848 to your computer and use it in GitHub Desktop.
Save divVerent/3226848 to your computer and use it in GitHub Desktop.
stdin
function foo()
local evi1
for i = 1, 10 do
evil = (evil or 0) + i
end
return evil
end
print(foo())
print(foo())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment