Advertisement
Guest User

Io crash

a guest
Aug 29th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IO 0.57 KB | None | 0 0
  1. Io> lemap := Map clone
  2. ==>  Map_0x19b2f00:
  3.  
  4. Io> lemap atPut("title","The adventures of Ed the adventurer.")
  5. ==>  Map_0x19b2f00:
  6.  
  7. Io> lemap
  8. ==>  Map_0x19b2f00:
  9.  
  10. Io> lemap keys
  11. ==> list(title)
  12. Io> lemap asList
  13. ==> list(list(title, The adventures of Ed the adventurer.))
  14. Scheduler: nothing left to resume so we are exiting
  15.   ---------
  16.   Coroutine callStack                  A4_Exception.io 244
  17.   Coroutine backTraceString            A4_Exception.io 274
  18.   Coroutine showStack                  A4_Exception.io 177
  19.   Coroutine pause                      A4_Exception.io 286
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement