===== Right =====
==== Format ====
**right**( //string//, //length//)
==== Description ====
Returns a portion of the specified //string//, starting from the last //length// characters from the right end of the of the string.
==== See Also ====
[[mid|Mid]], [[left|Left]]
==== Example ====
print right("Hello", 2)
will display
lo
==== New To Version ====
0.9.5b