home *** CD-ROM | disk | FTP | other *** search
- 100 rem *** example program for ***
- 110 rem *** execution analyzer ***
- 120 :
- 130 sys 724,o
- 140 loops=100
- 150 for i=1 to loops
- 160 print"loop"i
- 170 for d=1 to 100:next
- 180 if int(i/2)=i/2 then 200
- 190 x=sqr(cos(sin(tan((NULL)^2))))
- 200 gosub 230
- 210 next i
- 220 sys 724,f:sys 724,d:end
- 230 restore:data 1,2,3,4,5
- 240 for j=1 to 5:read a
- 250 poke 30000+j,a:next:return
-