Jump to content

Parse command-line arguments: Difference between revisions

m
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
Line 370:
</pre>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
The command line is parsed and stored into a list of strings to ease manual handling by list processing functions.
<lang Mathematica>$CommandLine
-> {math, -v, -n, -z, -w, 1, 192.168.1.2, 1-1000}</lang>
$CommandLine
-> {math, -v, -n, -z, -w, 1, 192.168.1.2, 1-1000}
</lang>
 
=={{header|Nim}}==
1,111

edits

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