home *** CD-ROM | disk | FTP | other *** search
- 10 a$="publication - read it !"
- 11 forg=1to40:iflen(a$)<40thena$=a$+" "
- 12 next
- 13 for a=len(a$) to 0 step -1
- 14 print right$(a$,len(a$)-a);"[145]"
- 15 next
- 16 rem ********************************
- 17 rem * *
- 18 rem * text-slide-fx by zeitgeist *
- 19 rem * for publication #6 *
- 20 rem * *
- 21 rem ********************************
-