Command-line arguments: Difference between revisions

Adds slope example
m (syntax highlighting fixup automation)
(Adds slope example)
Line 2,398:
=={{header|Slate}}==
<syntaxhighlight lang="slate">StartupArguments do: [| :arg | inform: arg]</syntaxhighlight>
 
=={{header|Slope}}==
Command line arguments are available in the '''sys-args''' list.
<syntaxhighlight lang="slope">(display sys-args)</syntaxhighlight>
 
=={{header|Smalltalk}}==
37

edits