Dusk Eagle @ Thu May 07, 2009 7:38 pm wrote:
I don't see why you need to go forward through the loop at all. Do you know how to go backward through a for loop? If so this task should be pretty simple. (If you don't, look in the Turing documentation of 'for' loops).
yeah its
for decreasing
what i've tried is
for decreasing x : len .. 1
put name (x)
end for
it works but its in the upward direction like
a
m
a
n
when i press locate it only gives me the first letter of the name
if possible can you please tell me what i need to fix about it