Method code for $string.last()

[Turn on line numbering]
arg str;

return str[str.length()];

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon