Handbook
Glossary
space<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
space<<
( value object -- )
Methods
USING:
accessors
chipmunk.demo
slots.private
;
M:
chipmunk-world
space<<
50
set-slot
;
inline
USING:
accessors
kernel
slots
slots.private
strings
xml.data
;
M:
name
space<<
[
dup
[
string?
]
[
t
]
if*
[
maybe{
string
}
bad-slot-value
]
unless
]
dip
2
set-slot
;
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
;