[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ISO FORWARD is now implemented
From: |
Gaius Mulley |
Subject: |
Re: ISO FORWARD is now implemented |
Date: |
Mon, 21 Oct 2024 19:05:11 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Michael Riedl <udo-michael.riedl@t-online.de> writes:
> Gaius,
>
> many thanks for implementing this - saves some pre-processing, highly
> appreciated.
>
> Gruß
>
> Michael
Hi Michael,
you're most welcome, interestingly it gave an opportunity to revisit and
improve parameter checking. Variable declaration now use virtual tokens
and with a little more code type incompatibility error messages
should become more informative (highlighting the complete declaration of
a variable with its type),
regards,
Gaius