/** This program dumps all units and their associated values. This helps to track dependencies of units when a unit definition changes. The output can be diff'd to show the effects of any unit redefinition. */ unitNames = lexicalSort[units[]] for u = unitNames { if unit[u] conforms currency next println["$u =\t" + unit[u]] }