comparison testdictfirstnext.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
comparison
equal deleted inserted replaced
89:5a195ee08eac 90:c25d75c2440b
6 ]Set["foo", "bar"] 6 ]Set["foo", "bar"]
7 ]Set["bovine","moo"] 7 ]Set["bovine","moo"]
8 ]Set["food", "fight"] 8 ]Set["food", "fight"]
9 ]Set["fool", "wise"] 9 ]Set["fool", "wise"]
10 10
11 Print[First[dict]] 11 Print[dict]
12 } 12 }
13 13