home *** CD-ROM | disk | FTP | other *** search
- 10 poke53280,0:poke53281,0:print"[147]":c$="[155][152][151][144]":d$=""
- 20 a$="hello":s=24:e=1:gosub60000
- 25 a$="&":s=24:e=3:gosub60000
- 30 a$="good-bye":s=24:e=5:gosub60000
- 40 end
- 60000 forx=stoestep-1:fory=0to(s-x)+(x<s-4)*(s-4-x)
- 60010 printleft$(d$,x+y)tab(20-len(a$)/2)mid$(c$,y+1,1)a$"":nexty,x
- 60020 forc=2to5:fory=1to5-c
- 60025 printleft$(d$,e+y)tab(20-len(a$)/2)mid$(c$,c+y,1)a$""
- 60030 nexty,c
- 60035 return
-