Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IO 0.19 KB | None | 0 0
  1. Io> m := Map clone
  2. ==>  Map_0x9f492c0:
  3.  
  4. Io> m atPut("key", "value")
  5. ==>  Map_0x9f492c0:
  6.  
  7. Io> m hasValue("value")
  8. ==> true
  9. Io> m hasKey("key")
  10. ==> true
  11. Io> m hasValue("key")
  12. ==> false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement