diff testdictfirstnext.rhope @ 90:c25d75c2440b

Implemented Next@Dictionary and Print@Dictionary
author Mike Pavone <pavone@retrodev.com>
date Sat, 31 Jul 2010 15:08:15 -0400
parents 3c4325e6298f
children e73a93fb5de1
line wrap: on
line diff
--- a/testdictfirstnext.rhope	Sat Jul 31 00:19:15 2010 -0400
+++ b/testdictfirstnext.rhope	Sat Jul 31 15:08:15 2010 -0400
@@ -8,6 +8,6 @@
 	]Set["food", "fight"]
 	]Set["fool", "wise"]
 
-	Print[First[dict]]
+	Print[dict]
 }