>>penwidth ( object value -- object )


Vocabulary
accessors

Definition
USING: kernel ;

IN: accessors

: >>penwidth ( object value -- object ) over penwidth<< ;
inline