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


Vocabulary
html5

Inputs
documentan object
n/fan object
stringan object
ch/fan object


Outputs
documentan object
n'/fan object
stringan object


Definition


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