Skip to content

Instantly share code, notes, and snippets.

@Phoenix23A
Created February 20, 2017 19:00
Show Gist options
  • Save Phoenix23A/6c7bdf30a801dcd3649ddddaaf8d73c5 to your computer and use it in GitHub Desktop.
Save Phoenix23A/6c7bdf30a801dcd3649ddddaaf8d73c5 to your computer and use it in GitHub Desktop.
if true
puts "this is true"
else
puts "this is false"
end
if (5+5==10)
puts "this is true"
else
puts "this is false"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment