Skip to content

Instantly share code, notes, and snippets.

@andrea9292
Last active July 2, 2020 09:50
Show Gist options
  • Save andrea9292/8e149785085a18ca9df53507ae1a3c39 to your computer and use it in GitHub Desktop.
Save andrea9292/8e149785085a18ca9df53507ae1a3c39 to your computer and use it in GitHub Desktop.
Smalltalk's while....
[ fileStream atEnd ]
whileFalse:
[ someObject doSomething: (data at: i) ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment