[Turn off line numbering] 1: arg list, method, @args; 2: var x; 3: 4: 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
1: arg list, method, @args; 2: var x; 3: 4: return map x in (list) to (type(x) == 'objnum ? x.(method)(@args) : x);