Guest User

Untitled

a guest
Jan 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. if (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