Command-line arguments: Difference between revisions

m
→‎{{header|REXX}}: elided replicated wording.
m (→‎{{header|REXX}}: changed wording in the REXX section header [referring to the (argument) string passed to a program from the command line].)
m (→‎{{header|REXX}}: elided replicated wording.)
Line 1,478:
myprogram -c "alpha beta" -b "gamma"
 
However, thein the above example (as shown), it's suggested that (maybe)
only options that start with a minus (-) are to be examined
and assumed to be options.