Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if true
  2. puts "this is true"
  3. else
  4. puts "this is false"
  5. end
  6.  
  7. if (5+5==10)
  8. puts "this is true"
  9. else
  10. puts "this is false"
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement