RosettaCodeData/Task/Associative-array-Creation/Oz/associative-array-creation-2.oz

5 lines
61 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
declare
Rec = name(foo:5 bar:10 baz:20)
in
{Inspect Rec}