This commit is contained in:
Bob Williams 2013-09-18 06:15:58 -07:00
commit 35dd8f0423

View file

@ -40,7 +40,7 @@
"Often you will need to get the keys, but the order is undependable"
(= (list __ __ __)
(sort (keys {2006 "Torino" 2010 "Vancouver" 2014 "Sochi"})))
(sort (keys {2010 "Vancouver" 2014 "Sochi" 2006 "Torino"})))
"You can get the values in a similar way"
(= (list "Sochi" "Torino" __)