;Simple benchmark ATALAN programm.
;

;On Atari 800 XL (Altirra emulator, PAL) this counts to 179704.


use atari

count:0..2'000'000

"Counting 2 seconds..."

count = 0
timer = 0
until timer = 100
  inc count

"Counted to [count]."