ROPE Language Reference - "left"

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

Example ..

left( "Hello" 2 ) print    # -- prints "He"
"Quick" 3 left print       # -- prints "Que"

See Also

right