home *** CD-ROM | disk | FTP | other *** search
- 100 rem demonstration
- 110 rem fuer ringmodulation
- 120 :
- 130 (NULL):(NULL) 15
- 140 (NULL) 1,0,0,15,0
- 150 (NULL) 3,0,0,15,0
- 160 :
- 170 (NULL) 1,1,r :rem ringmodulation
- 180 (NULL) 3,3,30
- 190 :
- 200 (NULL) 3,on
- 210 (NULL) 1,on
- 220 :
- 230 for i=1 to 3000 step 100
- 240 for x=1 to 3000 step 50
- 250 (NULL) 3,x
- 260 next
- 270 (NULL) 1,i
- 280 next
- 290 :
- 300 (NULL)
-