comparison testdictfirstnext.rhope @ 87:3c4325e6298f

Add First@Dictionary (need to find mem man bug)
author Mike Pavone <pavone@retrodev.com>
date Fri, 30 Jul 2010 01:48:59 -0400
parents
children c25d75c2440b
comparison
equal deleted inserted replaced
83:27bb051d631c 87:3c4325e6298f
1
2
3 Main[]
4 {
5 dict <- [[[[Dictionary[]
6 ]Set["foo", "bar"]
7 ]Set["bovine","moo"]
8 ]Set["food", "fight"]
9 ]Set["fool", "wise"]
10
11 Print[First[dict]]
12 }
13