P
Pat Kiatchaipipat
for i in 0..5
print i
end
it show me '012345'.
and then I want to show '543210' and I try.
for i in 5..0
print i
end
it doesn't work :'(.
how can I do it??
print i
end
it show me '012345'.
and then I want to show '543210' and I try.
for i in 5..0
print i
end
it doesn't work :'(.
how can I do it??