Guest User

Untitled

a guest
Mar 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #doc JS-like object creation:
  2. # { a := 1, b := 2 }
  3.  
  4. {} := method(
  5. o := Object clone
  6. o setSlot("curlyBrackets", self getSlot("curlyBrackets"))
  7. call message argsEvaluatedIn(o)
  8. o
  9. )
Add Comment
Please, Sign In to add comment