Handbook
Glossary
selector-to:do: ( x x receiver -- result )
Vocabulary
smalltalk
.
selectors
Inputs
x
an
object
x
an
object
receiver
an
object
Outputs
result
an
object
Definition
IN:
smalltalk.selectors
GENERIC:
selector-to:do:
( x x receiver -- result )
Methods
USING:
combinators
kernel
ranges
sequences
smalltalk.ast
smalltalk.selectors
;
M::
object
selector-to:do:
( to quot from -- result )
from to
[a..b]
[
quot ( i -- result )
call-effect
drop
]
each
nil
;