[Turn on line numbering] arg list, method, @args; var x; return map x in (list) to (type(x) == 'objnum ? x.(method)(@args) : x); // Created 27-Mar-1995 as a part of ColdCore, see: @help Credit
arg list, method, @args; var x; return map x in (list) to (type(x) == 'objnum ? x.(method)(@args) : x);