execute-accessor ( obj1 obj2 word -- obj1' obj2' )


Vocabulary
sorting.specification

Inputs
obj1an object
obj2an object
wordan object


Outputs
obj1'an object
obj2'an object


Definition


: execute-accessor ( obj1 obj2 word -- obj1' obj2' )
[ ( tuple -- value ) execute-effect ] curry bi@ ;