5 lines
159 B
Text
5 lines
159 B
Text
t_start = TIME() ! returns seconds since midnight
|
|
SYSTEM(WAIT = 1234) ! wait 1234 milliseconds
|
|
t_end = TIME()
|
|
|
|
WRITE(StatusBar) t_end - t_start, " seconds"
|