erg/tests/should_ok/mut_array.er
2022-12-24 14:42:39 +09:00

5 lines
51 B
Python

v = ![]
for! 0..<10, i =>
v.push! i
log sum v