Rosetta Code:Solve a Task: Difference between revisions

Content added Content deleted
(→‎Copyright: Solve the task)
m (Update tutorial to correctly reference the Works With template)
Line 45: Line 45:


==Works With==
==Works With==
Not all code works with all versions of a language, all versions of a compiler, interpreter or other implementation, or even all operating systems that the language may run on. If you're aware of certain constraints or other prerequisites that haven't already been mentioned, try using the '''workswith''' template.
Not all code works with all versions of a language, all versions of a compiler, interpreter or other implementation, or even all operating systems that the language may run on. If you're aware of certain constraints or other prerequisites that haven't already been mentioned, try using the '''works with''' template.


<pre>=={{header|Ayrch}}==
<pre>=={{header|Ayrch}}==


{{workswith|Ayrch Virtual Machine|6.2}}
{{works with|Ayrch Virtual Machine|6.2}}


<lang ayrch>PRINT "Goodbye World!"</lang></pre>
<lang ayrch>PRINT "Goodbye World!"</lang></pre>