Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. atomo $ atomo
  2. [0]> this
  3. <object (delegates to 1 object)>
  4. [1]> [x, y] = [1, 2]
  5. [1, 2]
  6. [2]> this
  7. <object (delegates to 1 object)>
  8. x := 1
  9. y := 2
  10. [3]>
Add Comment
Please, Sign In to add comment