change-mom3 ( object quot -- object ) - Factor Documentation

change-mom3 ( object quot -- object )


Vocabulary
accessors

Inputs
object an object
quot an object


Outputs
object an object


Definition
USING: kernel ;

IN: accessors

: change-mom3 ( object quot -- object )
over [ [ mom3>> ] dip call ] dip swap >>mom3 ; inline

AltStyle によって変換されたページ (->オリジナル) /