var-picture ( var -- string )


Vocabulary
effects

Definition
USING: kernel sequences ;

IN: effects

: var-picture ( var -- string )
[ ".." " " surround ] [ "" ] if* ;