Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created July 26, 2010 18:58
Show Gist options
  • Select an option

  • Save probablycorey/491041 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/491041 to your computer and use it in GitHub Desktop.
function myTest(word)
print("here comes the word!")
print(word)
end
myTest("It worked")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment