Created
July 25, 2010 17:47
-
-
Save jhchabran/489719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usine := Object clone do ( | |
/* (...) */ | |
declare := method (factory, | |
object := Object clone | |
call sender setSlot(call argAt(1) name, object) | |
call sender appendProto(DummyObject) | |
call evalArgAt(2) | |
factories setSlot(factory,object) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment