RosettaCodeData/Task/Arrays/Futhark/arrays-2.futhark
2023-07-01 13:44:08 -04:00

2 lines
50 B
Text

replicate 5 3 == [3,3,3,3,3]
iota 5 = [0,1,2,3,4]