Method code for $dictionary.to_list()

[Turn off line numbering]
  1: arg dict;
  2: var x;
  3: 
  4: // merges into an associated list.
  5: return map x in (dict) to (x);

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

Tlon