Method code for $list.mmap_objects()

[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

Tlon