Method code for $list.to_dict()

[Turn off line numbering]
  1: arg list;
  2: var a;
  3: 
  4: return hash a in (list) to (a);

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

Tlon