IS-LAST signals the position of the STRING! type value is at the last position
Categoryname
IS-LAST value
value - STRING! type value
This method has no refinements
IS-LAST signals the position of the STRING! type value is at the last position
this: "this"
start: 1
if is-last this [write start write/line " is last"]
increment start
advance this
if is-last this [write start write/line " is last"]
increment start
advance this
if is-last this [write start write/line " is last"]
increment start
advance this
if is-last this [write start write/line " is last"]
Result
4 is last