Get system command output: Difference between revisions

m
BaCon moved to the BASIC section.
m (→‎{{header|FutureBasic}}: Inserted code indents)
m (BaCon moved to the BASIC section.)
Line 218:
}</syntaxhighlight>
 
=={{header|BaConBASIC}}==
==={{header|BaCon}}===
<syntaxhighlight lang="freebasic">' Get system command
result$ = EXEC$("fortune")
511

edits