# HG changeset patch # User Mike Pavone # Date 1288924938 0 # Node ID c9974ac323692b97d805b162edcec0d71464c9b4 # Parent 5eedee9063dc7bebcf9a88ff135e353d5fff4169 Improve Dictionary pretty printing slightly diff -r 5eedee9063dc -r c9974ac32369 dict.rhope --- a/dict.rhope Fri Nov 05 02:41:34 2010 +0000 +++ b/dict.rhope Fri Nov 05 02:42:18 2010 +0000 @@ -261,7 +261,7 @@ _Print Seq[dict,key:out] { - val <- String[[dict]Index[key]] + val <- [[String[[dict]Index[key]]]Split["\n"]]Join["\n\t"] Print[ [[["\t"]Append[String[key]]]Append[":\t"]]Append[val] ] { ,out <- [dict]Next[key]