diff string.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/string.rhope	Sat Jul 31 00:19:15 2010 -0400
+++ b/string.rhope	Sat Jul 31 15:08:15 2010 -0400
@@ -569,3 +569,18 @@
 	out <- String[Fold[_From Dict String[?], Array[], data]]
 }
 
+String@String[string:out]
+{
+	out <- string
+}
+
+String@String Cat[string:out]
+{
+	out <- string
+}
+
+String@String Slice[string:out]
+{
+	out <- string
+}
+