Some quick examples:
10 repeat("Hello world" println) (y < 10) ifTrue(x := y) ifFalse(x := 2) if (y < 10, x := y, x := 2)
Some quick examples:
More example Io code can be found here: http://iolanguage.com/about/samplecode/