Advertisement
Guest User

Untitled

a guest
Jun 10th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.11 KB | None | 0 0
  1. def myFunction(x)
  2.  
  3.       if x = 10
  4.  
  5.             return true
  6.  
  7.       else
  8.  
  9.             return false
  10.  
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement