Command-line argument parsing: Difference between revisions

Content deleted Content added
Tisane (talk | contribs)
PHP: one true brace style
Line 46:
}
</source>
 
PHP can also use <code>getopt()</code><ref>http://php.net/getopt</ref>
 
===Python===