Message expressions

  • unary, binary, keyword

Unary

  • 1.0 sin , Random new

Binary

  • arithmetic -- ctr + 1
  • comparison -- aVar >= 200
  • combination -- 100 @ 200
  • association -- # Two -> 2

slide: Smalltalk -- expressions (3)