introvoyz041's picture
Migrated from GitHub
a2a15a2 verified
raw
history blame contribute delete
166 Bytes
300 T=MILLIS(1)
400 FOR K=1 TO 1000
500 NEXT K
700 PRINT MILLIS(1)-T, "ms"
705 PRINT "Apple Soft BASIC: 1300 ms"
710 PRINT "Apple Integer BASIC: 1300 ms"
800 END