NEXT Sets a string to the next position
Categoryname
NEXT value
value - STRING! type value
This method has no refinements
NEXT Returns the next position of the series.
Unlike ADVANCE, NEXT returns a result that must be used.
this: "A+Meta"
write/line next next this
this: next this
write/line this