Handbook
Glossary
set-up-slab ( name images frame center size orient color slab -- slab )
Vocabulary
papier
.
map
Inputs
name
an
object
images
an
object
frame
an
object
center
an
object
size
an
object
orient
an
object
color
an
object
slab
an
object
Outputs
slab
an
object
Definition
USING:
accessors
kernel
;
IN:
papier.map
:
set-up-slab
( name images frame center size orient color slab -- slab )
swap
>>color
swap
>>orient
swap
>>size
swap
>>center
swap
>>frame
swap
>>images
swap
>>name
dup
update-slab-matrix
;
inline