Handbook
Glossary
effect-height ( effect -- n )
Factor handbook
»
Developer tools
»
Stack effect tools
Prev:
effect>string ( obj -- str )
Next:
effect<= ( effect1 effect2 -- ? )
Vocabulary
effects
Inputs
effect
an
effect
Outputs
n
an
integer
Word description
Outputs the number of objects added to the data stack by the stack effect. This will be negative if the stack effect only removes objects from the stack.
Definition
USING:
accessors
kernel
math
sequences
;
IN:
effects
:
effect-height
( effect -- n )
[
out>>
length
]
[
in>>
length
]
bi
-
;
inline