Help:GeSHi: Difference between revisions

Line 10:
Non-updated examples on this page notwithstanding, all code should be formatted as follows:
 
<pre><nowiki>
<code Adaada>
function Is_Prime(Item : Positive) return Boolean is
Result : Boolean := True;
Line 31:
end Is_Prime;
</code>
</nowiki></pre>
 
Replace "Adaada" with the language tag appropriate to the language of the code in question. It will be formatted using available syntax rules for the language.
 
== The initial sample program ==
Anonymous user