Skip to content

Instantly share code, notes, and snippets.

@yhara
Created November 13, 2009 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yhara/233494 to your computer and use it in GitHub Desktop.
Save yhara/233494 to your computer and use it in GitHub Desktop.
Object subclass: Yharian [
| str |
initialize [ str := 'y' ]
hara [ str := str, ' hara'. ^self ]
y [ (str, ' y') displayNl ]
]
y := Yharian new initialize.
y hara hara y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment