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

hmmm... the <lang> tag doesn't like pipes or backslashes. Oh well.
(add freebasic)
(hmmm... the <lang> tag doesn't like pipes or backslashes. Oh well.)
Line 9:
dim as string rocket(1 to 7) = { " ^",_
" / \",_
" |I |I",_
" |I H |I",_
" |I |I",_
" /|I/ \|I\",_
"/_||_II.||_II_\" }
 
dim as double h = 0, dhdt = 0, d2hdt2 = 0.3, t, countdown = 5, dt
781

edits