Method code for $list.max()

[Turn off line numbering]
  1: arg list;
  2: 
  3: return (| max(@list) |) || 0;

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

Tlon