comparison 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
comparison
equal deleted inserted replaced
179:64be565a40c6 180:c40e0faa1c92
326 }{ 326 }{
327 out <- dest 327 out <- dest
328 } 328 }
329 } 329 }
330 330
331 Call@Dictionary[dict,index:out,notfound]
332 {
333 out,notfound <- [dict]Index[index]
334 }
335
336 Call@Empty Dictionary[dict,index:out,notfound]
337 {
338 notfound <- index
339 }
340
341