erg/tests/mut_array.er
Shunsuke Shibayama 96132b20f6 initial commit
2022-08-10 23:02:27 +09:00

5 lines
52 B
Python

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