5 lines
80 B
Text
5 lines
80 B
Text
$ i = 0
|
|
$ loop:
|
|
$ write sys$output f$fao( "!OL", i )
|
|
$ i = i + 1
|
|
$ goto loop
|