Skip to content

Instantly share code, notes, and snippets.

@andrea9292
Created July 2, 2020 10:58
Show Gist options
  • Save andrea9292/6cc86726b216f741c7fc26ec239b04e5 to your computer and use it in GitHub Desktop.
Save andrea9292/6cc86726b216f741c7fc26ec239b04e5 to your computer and use it in GitHub Desktop.
Smalltalk's if expression
((a = 3) or: [b = 5])
ifTrue: [ Transcript print: 'The results is', r printString; cr ].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment