first := [ :f | f value ]. second := [ 'second' ]. Transcript show: (first value: second).