Rosetta Code:Solve a Task: Difference between revisions

Restored to undamaged version
(→‎Adding Code: replaced <lang> tags)
(Restored to undamaged version)
Tag: Manual revert
 
(9 intermediate revisions by 3 users not shown)
Line 17:
<pre>
=={{header|Ayrch}}==
<syntaxhighlight lang="Ayrchayrch">PRINT "Goodbye, World!"</syntaxhighlight>
</pre>
Remember, for the sake of simplicity, we're assuming your language is Ayrch, and the task is [[Hello world]]. We're also assuming, for the moment, that Ayrch looks a lot like BASIC.
Line 40:
{{libheader|Ayrch Console Extensions}}
 
<langsyntaxhighlight lang="ayrch">PRINT "Goodbye, World!"</langsyntaxhighlight>
</pre>
 
Line 51:
{{works with|Ayrch Virtual Machine|6.2}}
 
<langsyntaxhighlight lang="ayrch">PRINT "Goodbye, World!"</langsyntaxhighlight>
 
</pre>
7,795

edits