effect-height ( effect -- n )
Factor handbook » Developer tools » Stack effect tools

Prev:effect>string ( obj -- str )
Next:effect<= ( effect1 effect2 -- ? )


Vocabulary
effects

Inputs
effectan effect


Outputs
nan 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