5 lines
91 B
Text
5 lines
91 B
Text
main:(
|
|
FOR i TO argc DO
|
|
printf(($"the argument #"g(-0)" is "gl$, i, argv(i)))
|
|
OD
|
|
)
|