Guest User

Untitled

a guest
Jun 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. x = []; x << x
  2. # => [[...]]
  3. xx = []; xx << xx
  4. # => [[...]]
  5. x == xx
  6. # => ???
Add Comment
Please, Sign In to add comment