Skip to content

Instantly share code, notes, and snippets.

@paulanthonywilson
Created April 7, 2009 19:56
Show Gist options
  • Save paulanthonywilson/91427 to your computer and use it in GitHub Desktop.
Save paulanthonywilson/91427 to your computer and use it in GitHub Desktop.
l = 4
r = 10
answer = l + r
puts "answer is more than 6" if answer > 6
puts answer
`say "The answer is #{answer}, Christopher"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment