5 lines
150 B
Text
5 lines
150 B
Text
|
|
$ amount_of_time = p1 ! hour[:[minute][:[second][.[hundredth]]]]
|
||
|
|
$ write sys$output "Sleeping..."
|
||
|
|
$ wait 'amount_of_time
|
||
|
|
$ write sys$output "Awake!"
|