¨Blocks
nniladic: [ ] value
nmonadic: [ ] value:
ndyadic: [ ] value:value:
¨Control flow
nifTrue: [ ].
nifFalse: [ ].
nifTrue: [ ] ifFalse: [ ].
n[ ] whileTrue.
n[ ] whileTrue: [ ].
n[ ] whileFalse.
n[ ] whileFalse: [ ].
ndo: [ ].
n[ ] repeat.
ntimesRepeat: [ ].
nno switch
¨Exceptions
n[ ] on:do: [ ].
¨Order of evaluation
nLR on demand (UBK?)