Skip to content

Instantly share code, notes, and snippets.

@marks
Created August 31, 2010 03:23
Show Gist options
  • Select an option

  • Save marks/558494 to your computer and use it in GitHub Desktop.

Select an option

Save marks/558494 to your computer and use it in GitHub Desktop.
answer()
result = ask("What's your favorite color?", [
choices: "red, blue, green"])
log("They said: $result.value")
hangup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment