Skip to content

Instantly share code, notes, and snippets.

@jacaetevha
Created February 27, 2009 04:28
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 jacaetevha/71283 to your computer and use it in GitHub Desktop.
Save jacaetevha/71283 to your computer and use it in GitHub Desktop.
(1 < 10)
ifTrue: [ Transcript show: 'sanity reigns' ]
ifFalse: [Transcript show: 'not all is right with the world']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment