Rosetta Code:Solve a Task: Difference between revisions

Line 42:
It's perfectly all right to depend on external (or even non-standard) libraries in your code examples. However, it can be problematic for others if they don't know they need to use a library, or don't know where to find it. There's a template for that: '''libheader'''.
 
<pre>subprocess</pre>
=={{header|Ayrch}}==
 
{{libheader|Ayrch Console Extensions}}
 
<lang ayrch>PRINT "Goodbye World!"</lang>
</pre>
 
==Works With==
Anonymous user