Rosetta Code:Solve a Task: Difference between revisions

Restored to undamaged version
(Restored the Adding Code section)
Tag: Manual revert
(Restored to undamaged version)
Tag: Manual revert
 
(10 intermediate revisions by 3 users not shown)
Line 17:
<pre>
=={{header|Ayrch}}==
<langsyntaxhighlight Ayrchlang="ayrch">PRINT "Goodbye, World!"</langsyntaxhighlight>
</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