Hello!

----
  (#(1 2 3) asSet collect: #odd)
    do: [ :each | Transcript show: each; cr ]

  > true
  > false

----

  #(1 2 3) asSet collect: #odd
    thenDo: [ :each | Transcript show: each; cr ]

  > true
  > false
  > true
----


Bug or feature?

Herby

Reply via email to