Skip to content

Instantly share code, notes, and snippets.

@yyfrankyy
Created April 16, 2010 18:08
Show Gist options
  • Save yyfrankyy/368749 to your computer and use it in GitHub Desktop.
Save yyfrankyy/368749 to your computer and use it in GitHub Desktop.
list = nil
for line in io.lines() do
list = {next=list, value=line}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment