Jump to content

Command-line arguments: Difference between revisions

m
→‎{{header|Sidef}}: modified code to work with Sidef 2.10
m (→‎{{header|Sidef}}: modified code to work with Sidef 2.10)
Line 1,543:
=={{header|Sidef}}==
Command line arguments are available in the ARGV array.
<lang ruby>say ARGV.dump;</lang>
{{out}}
<pre>% myprog -c "alpha beta" -h "gamma"
2,756

edits

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