On 2 Dec 2023, at 02:54, Per Bothner <p...@bothner.com> wrote:

> Also consider:
> 
> (let ((x 10))
>  (display "the result is: ")
>  (display x)
>  (define x 42))
>  (newline))
> 
> I believe the result here should be undefined - but *not* 10.

Indeed, this is An Error in SRFI 245.


Daphne

Reply via email to