Created
September 19, 2011 01:53
-
-
Save b-adams/1225842 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
Greeter := Object clone | |
Greeter greet := method(name, "Greetings " .. name println) | |
command := "greet(\"Jamie\")" | |
Greeter doString(command) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Executing code in a slot given (in the slot 'command') its name.