Jump to content

Execute a system command: Difference between revisions

m
m (→‎{{header|Phix}}: added syntax colouring, marked p2js incompatible)
Line 566:
 
=={{header|Emacs Lisp}}==
 
===Syncronous===
Synchronously (shell, interactive):
 
<lang Lisp>(shell-command "ls")</lang>
 
Asynchronously (shell, interactive):
===Asyncronous===
 
<lang Lisp>(async-shell-command "ls")</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.