Execute a system command: Difference between revisions

Content added Content deleted
(Added Wren)
Line 2,030: Line 2,030:
which we embed in the following Go program and run it.
which we embed in the following Go program and run it.
{{libheader|WrenGo}}
{{libheader|WrenGo}}
<lang go>/* run_system_command.wren*/
<lang go>/* run_system_command.go*/
package main
package main