comparison testdictsetget.rhope @ 99:e09c2d1d6d5b

Got dataflow graph code working in compiler (nworker_c.rhope)
author Mike Pavone <pavone@retrodev.com>
date Fri, 06 Aug 2010 01:42:37 -0400
parents 27bb051d631c
children
comparison
equal deleted inserted replaced
98:a34a982ecd32 99:e09c2d1d6d5b
9 ]Set["fool", "wise"] 9 ]Set["fool", "wise"]
10 10
11 Print[[dict]Index["food"]] 11 Print[[dict]Index["food"]]
12 { Print[[dict]Index["bovine"]] 12 { Print[[dict]Index["bovine"]]
13 { Print[[dict]Index["foo"]] 13 { Print[[dict]Index["foo"]]
14 { Print[[dict]Index["fool"]] }}} 14 { Print[[dict]Index["fool"]]
15 {
16 Print[[[[Dictionary[]
17 ]Set["+@Foo", "bar"]
18 ]Set["+", "add"]
19 ]Index["+"]]
20 }}}}
15 } 21 }
16 22