5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
$top:
|
|
$write sys$output "Hello World"
|
|
$wait 00:00:10
|
|
$goto top
|