diff testdictfirstnext.rhope @ 92:e73a93fb5de1

Beginning of port of compiler to itself, some bugfixes and a refcount optimization
author Mike Pavone <pavone@retrodev.com>
date Mon, 02 Aug 2010 00:58:55 -0400
parents c25d75c2440b
children
line wrap: on
line diff
--- a/testdictfirstnext.rhope	Sat Jul 31 17:17:23 2010 -0400
+++ b/testdictfirstnext.rhope	Mon Aug 02 00:58:55 2010 -0400
@@ -9,5 +9,7 @@
 	]Set["fool", "wise"]
 
 	Print[dict]
+	{Print[ [[Dictionary[]]Set["work1", "foo"]]Set["work2", "bar"] ]
+	}
 }