RosettaCodeData/Task/Arrays/GML/arrays-4.gml

4 lines
85 B
Plaintext

for(i = 1; i <= k; i += 1)
for(j = 1; j <= h; j += 1)
array[i,j] = i * j