RosettaCodeData/Task/Associative-array-Iteration/Oz/associative-array-iteration.oz
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

6 lines
209 B
Text

declare
MyMap = unit('hello':13 'world':31 '!':71)
in
{ForAll {Record.toListInd MyMap} Show} %% pairs
{ForAll {Record.arity MyMap} Show} %% keys
{ForAll {Record.toList MyMap} Show} %% values