diff dict.rhope @ 147:f3686f60985d

Sort of working port of framework. Transaction bug seems to be getting in the way. Going to work around, but want the old version in the repo so I can test later.
author Mike Pavone <pavone@retrodev.com>
date Mon, 22 Nov 2010 01:15:02 -0500
parents c9974ac32369
children c40e0faa1c92
line wrap: on
line diff
--- a/dict.rhope	Sun Nov 21 22:47:14 2010 -0500
+++ b/dict.rhope	Mon Nov 22 01:15:02 2010 -0500
@@ -282,6 +282,16 @@
 	out <- Print["Dictionary\n\t{Empty}"]
 }
 
+New Like@Dictionary[in:out]
+{
+	out <- Dictionary[]
+}
+
+New Like@Empty Dictionary[in:out]
+{
+	out <- in
+}
+
 Length@Empty Dictionary[dict:out]
 {
 	out <- 0