Tanggal Ring dan Jam Waktu
Clock() ---> The number of clock ticks from program start
Joker
Clock() ---> The number of clock ticks from program start
See "Calculate performance" + nl
t1 = clock()
for x = 1 to 1000000 next
see clock() - t1