Loops/Downward for: Difference between revisions

no edit summary
(added Go)
No edit summary
Line 432:
}
# puts "We have liftoff!"</lang>
 
=={{header|TI-83 BASIC}}==
 
<lang ti83b>
For i, 10, 0, –1
Disp i
</lang>
 
=={{header|TI-89 BASIC}}==
Anonymous user