[ Sequence ] find: [ Object ]

>> x := Sequence ← 1 ; 2 ; 3.
>> y := x find: 2.
Out write: y, stop.
2