return-state ( document n/f string -- document n'/f string )


Vocabulary
html5

Inputs
documentan object
n/fan object
stringan object


Outputs
documentan object
n'/fan object
stringan object


Definition


: return-state
( document n/f string -- document n'/f string )
pick [ f ] change-return-state drop
check-return-state
( document n/f string -- document n'/f string )
execute-effect ;