Rosetta Code:Solve a Task: Difference between revisions

Content added Content deleted
Line 56: Line 56:
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.
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>
<pre>=={{header|Ayrch}}==


works with:python2.7
Works with:python2.7


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


=Conclusion=
=Conclusion=