Method code for $dictionary.to_list()

[Turn on line numbering]
arg dict;
var x;

// merges into an associated list.
return map x in (dict) to (x);

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

Tlon