Keyword methods

   \$ (i <= 7) \$
          \$ifTrue \! : [ m:= "oke" ]\$
          \$ifFalse \! : [ ... ]\$
  

Control structures

  • conditional {\em -- ifTrue \! :ifFalse \! :}
  • iteration {\em -- whileTrue \! :}
  • looping {\em -- to \! :by \! :do \! : [ : \! i | ... ]}

slide: Smalltalk -- control