~~Title: Right~~
Right && string && Specified portion of the string. &&
string && string && Input string to return the right portion of. &&
length && int && Length of string to return.
Returns //length// characters from the right side of //string//.
//Example://
Output( Right("Hello World", 5) );
--> World
//See also://\\
[[left]]\\
[[mid]]\\