Parse command-line arguments: Difference between revisions

m
→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics
(Added Wren)
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
Line 495:
 
=={{header|Phix}}==
{{libheader|Phix/basics}}
<lang Phix>sequence res = command_line()
 
?res</lang>
<!--<lang Phix>-->
<span style="color: #004080;">sequence</span> <span style="color: #000000;">res</span> <span style="color: #0000FF;">=</span> <span style="color: #7060A8;">command_line</span><span style="color: #0000FF;">()</span>
<span style="color: #0000FF;">?</span><span style="color: #000000;">res</span>
?res<!--</lang>-->
 
{{out}}
Interpreted: res[1] is the interpreter, res[2] the source
7,794

edits