RosettaCodeData/Task/Enumerations/Oz/enumerations-3.oz

9 lines
138 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
declare
proc {Enumeration Xs}
Xs = {List.number 1 {Length Xs} 1}
end
[Apple Banana Cherry] = {Enumeration}
in
{Show Cherry}