introvoyz041's picture
Migrated from GitHub
a2a15a2 verified
raw
history blame contribute delete
176 Bytes
300 T=MILLIS(1)
400 K=0
500 K=K+1
600 IF K<1000 THEN 500
700 PRINT MILLIS(1)-T, "ms"
705 PRINT "Apple Soft BASIC: 8500 ms"
710 PRINT "Apple Integer BASIC: 3100 ms"
800 END