Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Time-a-function/HicEst/time-a-function.hicest
Normal file
5
Task/Time-a-function/HicEst/time-a-function.hicest
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
t_start = TIME() ! returns seconds since midnight
|
||||
SYSTEM(WAIT = 1234) ! wait 1234 milliseconds
|
||||
t_end = TIME()
|
||||
|
||||
WRITE(StatusBar) t_end - t_start, " seconds"
|
||||
Loading…
Add table
Add a link
Reference in a new issue