[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiler crash trigger with typo
From: |
Gaius Mulley |
Subject: |
Re: Compiler crash trigger with typo |
Date: |
Mon, 07 Nov 2022 17:26:06 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Runar Tenfjord <runar.tenfjord@gmail.com> writes:
> Hello,
>
> The following program creates a crash in the compiler for me:
>
> MODULE test;
> VAR
> i, high : CARDINAL;
> BEGIN
> high := 10;
> WHILE i < HIGH DO
> INC(i);
> END;
> END test.
>
> This is simplified from a larger program and was
> due to a simple autocomplete mishap.
>
> This should instead create a syntax error.
>
> Best regards
> Runar Tenfjord
Hi Runar,
ah yes - many thanks - will fix this
regards,
Gaius