Skip to content

Instantly share code, notes, and snippets.

@NimbusBP1729
Created February 23, 2013 06:00
Show Gist options
  • Select an option

  • Save NimbusBP1729/5018638 to your computer and use it in GitHub Desktop.

Select an option

Save NimbusBP1729/5018638 to your computer and use it in GitHub Desktop.
running = true
while running do
print("press h")
local input = io.read()
if input=="h" then
dofile("dofileExampleEditable.lua")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment