right( string, length )
Returns a portion of the specified string, starting from the last length characters from the right end of the of the string.
Mid, Left
The line
print right("Hello", 2)
lo
0.9.5b