AT-HEAD Places the position at the head
Categoryname
AT-HEAD value
value - STRING! type value
This method has no refinements
AT-HEAD is not as useful as could be. The head is not 'known' or saved to return to at a later moment. So you need to save the original somehow yourwelf.
s: "abcdacdefadefg"
head= s
s: find/tail s "e"
t: at-head head
write/line t