home *** CD-ROM | disk | FTP | other *** search
- 10 line=49152
- 20 hardcopy=49155
- 30 clear=49158
- 40 sys clear
- 45 t=200:lx=-2688
- 50 forx=-2700to2700step5
- 60 y=x*sin(2*(NULL)*x/t)
- 70 y=y/6
- 75 if x=-2700 then lx=x:ly=y
- 80 sys line,1,480+y,2750+x,480+ly,2750+lx
- 90 lx=x:ly=y
- 100 next
- 110 fort=30to930step60
- 120 sys line,1,t,50,960-t,5500
- 130 next
- 140 fort=50to5500step109
- 150 sys line,1,0,t,959,5550-t
- 160 next
- 170 print"drucken"
- 180 sys hardcopy,5500
-