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,476

edits