Handbook
Glossary
selector-print: ( x receiver -- result )
Vocabulary
smalltalk
.
selectors
Inputs
x
an
object
receiver
an
object
Outputs
result
an
object
Definition
IN:
smalltalk.selectors
GENERIC:
selector-print:
( x receiver -- result )
Methods
USING:
io
kernel
present
smalltalk.ast
smalltalk.selectors
;
M:
object
selector-print:
[
present
]
dip
stream-print
nil
;