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

2 lines
45 B
Text

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