4 lines
125 B
Text
4 lines
125 B
Text
PRINT "This program is named "; Command$(0)
|
|
FOR i=1 TO CommandCount
|
|
PRINT "The argument "; i; " is "; Command$(i)
|
|
NEXT i
|