RosettaCodeData/Task/Arrays/Clean/arrays-4.clean
2023-07-01 13:44:08 -04:00

2 lines
46 B
Text

array :: {!Int}
array = {x \\ x <- [1 .. 10]}