Method code for $dictionary.mmap()

[Turn off line numbering]
  1: arg list, method, @args;
  2: var x;
  3: 
  4: // call 'method on each object, return results.
  5: return map x in (list) to (x.(method)(@args));

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

Tlon