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

Content deleted Content added
m Reading command-line arguments: {{code|lang=sml|}}
Line 3,493:
|-
| [[Javascript]]<br /><small>[[Windows Script Host]] implementation</small>
| <code>{{codett|WScript.CreateObject ("WScript.Shell").Run(|js}}''command'' «,&nbsp;''WindowStyle''» «,&nbsp;''isWaitOnReturn''»);</code>
| <code>WshShell.Exec(command)</code>
|