Execute HQ9+: Difference between revisions

Content added Content deleted
(Added an Algol 68 implementation)
Line 6: Line 6:


=={{header|ALGOL 68}}==
=={{header|ALGOL 68}}==
Translation DWScript. the accumulator is global.
Translation of DWScript. the accumulator is global.
<lang algol68># the increment-only accumulator #
<lang algol68># the increment-only accumulator #
INT hq9accumulator := 0;
INT hq9accumulator := 0;