Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created May 11, 2009 04:17
Show Gist options
  • Save sarahhodne/109862 to your computer and use it in GitHub Desktop.
Save sarahhodne/109862 to your computer and use it in GitHub Desktop.
Function: greet, name
print "Hello, " name "!"
End
greet(read())
# This is a comment
print "Hello World!"
Function: hello_world
print "Hello World!"
End
hello_world()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment