comparison kernel.rhope @ 83:27bb051d631c

Initial implementation of Dictionary
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Jul 2010 23:33:31 -0400
parents d78613686a38
children e73a93fb5de1
comparison
equal deleted inserted replaced
82:2e2e55fc12f9 83:27bb051d631c
1 Import string.rhope 1 Import string.rhope
2 Import list.rhope 2 Import list.rhope
3 Import functional.rhope 3 Import functional.rhope
4 Import file.rhope 4 Import file.rhope
5 Import dict.rhope
5 6
6 Val[in:out] 7 Val[in:out]
7 { 8 {
8 out <- in 9 out <- in
9 } 10 }