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

9 lines
138 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
declare
proc {Enumeration Xs}
Xs = {List.number 1 {Length Xs} 1}
end
[Apple Banana Cherry] = {Enumeration}
in
{Show Cherry}