Template:Prelude/general.a68: Difference between revisions

Content added Content deleted
(Expanded exception handling routines, and additional modes & constants.)
m (lang -> syntaxhighlight)
 
Line 1: Line 1:
<lang algol68># -*- coding: utf-8 -*- #
<syntaxhighlight lang="algol68"># -*- coding: utf-8 -*- #


COMMENT
COMMENT
Line 67: Line 67:


# Algol68G specific declarations #
# Algol68G specific declarations #
INT match=0, no match=1, out of memory error=2, other error=3; # for RegEx searches #</lang>
INT match=0, no match=1, out of memory error=2, other error=3; # for RegEx searches #</syntaxhighlight>
<noinclude>{{template}}</noinclude>
<noinclude>{{template}}</noinclude>