edit-each ( seq -- )


Vocabulary
editors

Inputs
seqan object


Outputs
None

Definition


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