2 lines
134 B
Text
2 lines
134 B
Text
array1=:i. 3 4 NB. a 3 by 4 array with arbitrary values
|
|
array2=: 5 6 $ 2 NB. a 5 by 6 array where every value is the number 2
|