Feb 2009 -- Due to time pressures, the ongoing development of 'rope' has been suspended temporarily.

ROPE Language Reference - "right"

The "right" action returns a number of characters from the right hand end of a string. It pops two items off the stack - the string and the length.

Example ..

right( "Hello" 2 ) print   # -- prints "lo"
"Quick" 3 right print      # -- prints "ick"

See Also

left