j
k
j a
j l
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
Back to the thread
Back to the list