Execute HQ9+/Ada: Difference between revisions

m
Fixed syntax highlighting.
(Implemented Accumulator)
m (Fixed syntax highlighting.)
 
Line 1:
{{implementation|HQ9+}}{{collection|RCHQ9+}}
 
<langsyntaxhighlight Adalang="ada">with Ada.Text_IO;
procedure HQ9Plus is
-- took example from bottle-task
Line 37:
begin
Interpret_HQ9Plus (Test_Code);
end HQ9Plus;</langsyntaxhighlight>
9,476

edits