Rosetta Code:Solve a Task: Difference between revisions

Restored to undamaged version
(Undo revision 330449 by Richlove (talk) Restored the notes regarding copyright)
Tag: Undo
(Restored to undamaged version)
Tag: Manual revert
 
(11 intermediate revisions by 4 users not shown)
Line 8:
 
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.
 
==Solve the task==
It is best to read the task thoroughly, solve it, and check your solution ''before'' starting to edit the Rosetta Code page, (especially for tasks needing more than a very short solution).
 
==Adding Code==
Line 14 ⟶ 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 37 ⟶ 40:
{{libheader|Ayrch Console Extensions}}
 
<langsyntaxhighlight lang="ayrch">PRINT "Goodbye, World!"</langsyntaxhighlight>
</pre>
 
Line 48 ⟶ 51:
{{works with|Ayrch Virtual Machine|6.2}}
 
<langsyntaxhighlight lang="ayrch">PRINT "Goodbye, World!"</langsyntaxhighlight>
 
</pre>
7,795

edits