Skip to content

Instantly share code, notes, and snippets.

@andrea9292
Created June 29, 2020 15:06
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 andrea9292/0e972ed235e9dc77102121a04b76af74 to your computer and use it in GitHub Desktop.
Save andrea9292/0e972ed235e9dc77102121a04b76af74 to your computer and use it in GitHub Desktop.
Dolphin Smalltalk's Greetings
| name age |
name := Prompter prompt: '이름을 입력하세요.'.
age := Prompter prompt: '나이를 입력하세요.'.
MessageBox
notify: name, '님은 ', age, '살이시네요.'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment