RosettaCodeData/Task/Arrays/Futhark/arrays-2.futhark

3 lines
50 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
replicate 5 3 == [3,3,3,3,3]
iota 5 = [0,1,2,3,4]