RosettaCodeData/Task/Arrays/Clean/arrays-4.clean

3 lines
46 B
Plaintext

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