Method code for $list.mmap()

[Turn on line numbering]
arg list, method, @args;
var x;

// call 'method on each object, return results.
return map x in (list) to (x.(method)(@args));

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark