Rosetta Code:Solve a Task: Difference between revisions

Content added Content deleted
(→‎Adding Code: replaced <lang> tags)
(→‎Libraries: replaced <lang> tag)
Line 40: Line 40:
{{libheader|Ayrch Console Extensions}}
{{libheader|Ayrch Console Extensions}}


<lang ayrch>PRINT "Goodbye World!"</lang>
<syntaxhighlight lang="ayrch">PRINT "Goodbye, World!"</syntaxhighlight>
</pre>
</pre>