Handbook
Glossary
space>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
space>>
( object -- value )
Methods
USING:
accessors
chipmunk.demo
slots.private
;
M:
chipmunk-world
space>>
50
slot
;
inline
USING:
accessors
kernel.private
slots.private
strings
xml.data
;
M:
name
space>>
2
slot
{
maybe{
string
}
}
declare
;
inline
USING:
accessors
kernel
xml.data
;
M:
tag
space>>
[
name>>
]
call
\
space>>
execute
;
USING:
accessors
kernel
xml.data
;
M:
xml
space>>
[
body>>
]
call
\
space>>
execute
;