edit-each ( seq -- )


Vocabulary
editors

Inputs
seqan object


Outputs
None

Definition


: edit-each ( seq -- )
"RETURN moves on to the next usage, C+d stops." print
[ [ "Editing " write . ] [ flush ?edit readln ] bi ] all?
drop ;