Jump to content

Command-line arguments: Difference between revisions

m
imported>Brie
(Add Nu)
m (→‎{{header|Wren}}: Minor tidy)
Line 2,846:
 
=={{header|Wren}}==
This assumes that the following script, myscriptCommand-line_arguments.wren, is run as follows:
$ wren myscriptCommand-line_arguments.wren -c "alpha beta" -h "gamma"
<syntaxhighlight lang="ecmascriptwren">import "os" for Process
 
System.print(Process.arguments)</syntaxhighlight>
9,487

edits

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