Method code for $list.min()

[Turn on line numbering]
arg list;

return (| min(@list) |) || 0;

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

Tlon