all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 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