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

change-mom4 ( object quot -- object )


Vocabulary
accessors

Inputs
object an object
quot an object


Outputs
object an object


Definition
USING: kernel ;

IN: accessors

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

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