Rosetta Code:Solve a Task: Difference between revisions

Line 45:
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>
<pre>=={{header|Ayrch}}==
 
{{libheader|Ayrch Console Extensions}}
 
<lang ayrch>PRINT "Goodbye World!"</lang></pre>
 
The '''libheader''' template identifies that your code uses that library, and will even provide a link to where a description of that library may be found.
 
==Works With==
Anonymous user