Method code for $list.last()

[Turn on line numbering]
arg list;

return list[listlen(list)];

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

Tlon