Launch rocket with countdown and acceleration in stdout: Difference between revisions

m
(→‎{{header|Perl 6}}: A little exposition, no programming changes)
Line 86:
end
 
engineburn(rows) = (println("\n"); for i in 1:rows exhaust(); sleep(1.0 - 0.03 * 9^i); end)
 
testrocket() = (cls(); rocket(); curup(16); countdown(7); curdown(13); engineburn(30))
4,108

edits