You are on page 1of 1

10 let i=0

20 i=i+1
30 color i,0
40 clrscr
50 print " ____ _ _ _________ _ ____ "
60 print " | __ )| | | |__ / _ \ / \ |___ \ "
70 print " | _ \| | | | / /| | | |/ _ \ __) |"
80 print " | |_) | |_| |/ /_| |_| / ___ \ / __/ "
90 print " |____/ \___//____|____/_/ \_\_____|"
100 wait 10000
110 if i<14 then goto 20

You might also like