Rosetta Code:Solve a Task: Difference between revisions

Content added Content deleted
(Where to go.)
m (Corrected lang-tag spacing.)
Line 15: Line 15:
<pre>=={{header|Ayrch}}==
<pre>=={{header|Ayrch}}==


<lang Ayrch>
<lang Ayrch>PRINT "Goodbye, World!"</lang></pre>
PRINT "Goodbye, World!"
</lang></pre>


Remember, for the sake of simplicity, we're assuming your language is Ayrch, and the task is [[User Output]]. We're also assuming, for the moment, that Ayrch looks a lot like BASIC.
Remember, for the sake of simplicity, we're assuming your language is Ayrch, and the task is [[User Output]]. We're also assuming, for the moment, that Ayrch looks a lot like BASIC.
Line 39: Line 37:
{{libheader|Ayrch Console Extensions}}
{{libheader|Ayrch Console Extensions}}


<lang ayrch>
<lang ayrch>PRINT "Goodbye World!"</lang></pre>
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.
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.
Line 52: Line 48:
{{workswith|Ayrch Virtual Machine|6.2}}
{{workswith|Ayrch Virtual Machine|6.2}}


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


=Conclusion=
=Conclusion=