Some quick examples:
10 repeat("Hello world" println) (y < 10) ifTrue(x := y) ifFalse(x := 2) if (y < 10, x := y, x := 2)