Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Time-a-function/Logo/time-a-function.logo
Normal file
10
Task/Time-a-function/Logo/time-a-function.logo
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
to time
|
||||
output first first shell "|date +%s|
|
||||
end
|
||||
to elapsed :block
|
||||
localmake "start time
|
||||
run :block
|
||||
(print time - :start [seconds elapsed])
|
||||
end
|
||||
|
||||
elapsed [wait 300] ; 5 seconds elapsed
|
||||
Loading…
Add table
Add a link
Reference in a new issue