Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
6
Task/System-time/DCL/system-time.dcl
Normal file
6
Task/System-time/DCL/system-time.dcl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
$ start_time = f$time()
|
||||
$ wait 0::10
|
||||
$ end_time = f$time()
|
||||
$ write sys$output "start time was ", start_time
|
||||
$ write sys$output "end time was ", end_time
|
||||
$ write sys$output "delta time is ", f$delta_time( start_time, end_time )
|
||||
Loading…
Add table
Add a link
Reference in a new issue