Guest User

Untitled

a guest
Oct 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. if true(5 + 5 == 10)
  2. puts "this is true"
  3. else
  4. puts"this is false"
  5. end
Add Comment
Please, Sign In to add comment