RosettaCodeData/Task/Arrays/Futhark/arrays-2.futhark
2016-12-05 23:44:36 +01:00

2 lines
50 B
Text

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