Method code for $list.map_to_string()

[Turn off line numbering]
  1: arg list, method, @args;
  2: 
  3: return .join(.mmap(list, method, @args));

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

Tlon