Guest User

Untitled

a guest
May 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. Usine := Object clone do (
  3. /* (...) */
  4. declare := method (factory,
  5. object := Object clone
  6. call sender setSlot(call argAt(1) name, object)
  7. call sender appendProto(DummyObject)
  8. call evalArgAt(2)
  9. factories setSlot(factory,object)
  10. )
  11. )
Add Comment
Please, Sign In to add comment