[ Sequence ] find: [ Object ]

var x := Sequence << 1 ; 2 ; 3.
var y := x find: 2.
Pen write: y, stop.