RosettaCodeData/Task/Arrays/EasyLang/arrays.easy

5 lines
62 B
Plaintext

len f[] 4
for i = 1 to len f[] : f[i] = i
f[] &= 55
print f[]