diff dict.rhope @ 180:c40e0faa1c92

Add Call to Dict and List
author Mike Pavone <pavone@retrodev.com>
date Sun, 19 Jun 2011 10:43:11 -0700
parents f3686f60985d
children
line wrap: on
line diff
--- a/dict.rhope	Sat Jun 18 11:11:58 2011 -0700
+++ b/dict.rhope	Sun Jun 19 10:43:11 2011 -0700
@@ -328,3 +328,14 @@
 	}
 }
 
+Call@Dictionary[dict,index:out,notfound]
+{
+	out,notfound <- [dict]Index[index]
+}
+
+Call@Empty Dictionary[dict,index:out,notfound]
+{
+	notfound <- index
+}
+
+