Fibonacci sequence: Difference between revisions

Content added Content deleted
m (PL/0: The last line of a "begin" compound statement must not be terminated with a semicolon. Unusual but true!)
Line 11,220: Line 11,220:
i := i + 1
i := i + 1
end;
end;
! b;
! b
end.
end.
</syntaxhighlight>
</syntaxhighlight>