effect>string ( obj -- str )
Factor handbook » Developer tools » Stack effect tools

Prev:stack-effect ( word -- effect/f )
Next:effect-height ( effect -- n )


Vocabulary
effects

Inputs
objan object


Outputs
stra string


Word description
Turns a stack effect object into a string mnemonic.

Examples
USING: effects io ; { "x" } { "y" "z" } <effect> effect>string print
( x -- y z )


Definition


Methods