Jump to content

Command-line arguments: Difference between revisions

m
Improve lang example: Replace "-langArgs" with "--"
m (→‎Using the Arg module: update link/formatting)
m (Improve lang example: Replace "-langArgs" with "--")
Line 1,430:
</syntaxhighlight>
Calling a lang program with command line arguments depends on the implementation.
The following example shows, how this can be achieved in Standard Lang (-langArgs- defines the start of the command line arguments for the lang program):
<syntaxhighlight lang="shell">
$ lang cmdarg.lang -langArgs- 2 abc test text
</syntaxhighlight>
{{out}}
168

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.