home *** CD-ROM | disk | FTP | other *** search
- 10 print"[147]"
- 20 m$="* * * falling letters * * *"
- 30 ln=05
- 40 b=len(m$):ct=(40-b)/2-1:for a=1tob:x$=mid$(m$,a,1):printchr$(19)
- 50 if x$<>" "thenfor t=1to ln-2:printtab(ct+a)x$chr$(145):printtab(ct+a)" "
- 60 next:printtab(ct+a)x$:next
-