Handbook
Glossary
>composed-effect< ( composed-effect -- quot1 quot2 )
Vocabulary
stack-checker
.
values
Inputs
composed-effect
an
object
Outputs
quot1
an
object
quot2
an
object
Definition
USING:
accessors
kernel
;
IN:
stack-checker.values
:
>composed-effect<
( composed-effect -- quot1 quot2 )
[
quot1>>
]
[
quot2>>
]
bi
;
inline