stack-effect ( word -- effect/f )
Factor handbook » Developer tools » Stack effect tools

Prev:infer. ( quot -- )
Next:effect>string ( obj -- str )


Vocabulary
effects

Inputs
worda word


Outputs
effect/fan effect or f


Word description
Outputs the stack effect of a word; either a stack effect declared with (, or an inferred stack effect (see Stack effect checking).

Definition

GENERIC: stack-effect ( word -- effect/f )


Methods