Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
m Reading command-line arguments: {{code|lang=sml|}}
Line 3,412:
|-
| [[Standard ML]]
| <{{code>|lang=sml|List.nth (CommandLine<wbr/>.arguments (), ''n'')</code>}}
| <{{code>|lang=sml|length (CommandLine<wbr/>.arguments ())</code>}}
| <{{code>|lang=sml|CommandLine.name ()</code>}}
|-
| [[Haskell (programming language)|Haskell]] ([[Glasgow Haskell Compiler|GHC]])