Rosetta Code:Solve a Task: Difference between revisions

Restored to undamaged version
(Restored to undamaged version)
Tag: Manual revert
 
(14 intermediate revisions by 5 users not shown)
Line 7:
==Copyright==
 
Please familiarize yourself with [[Rosetta Code:Copyrights|Rosetta Code's copyright policies]]. If you want the layman's summary: Don't post code you don't have permission to, and be aware that you're giving us (and others) permission to use it under specific conditions.
Rich Love, Carnation Software. 2022
 
==Solve the task==
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,820

edits