Hi,
The simple file
(format #f "~f" 'invalid)
gives me
FORMAT: error with call: (format #f "~f<===" ===>invalid )
argument is not a number or a number string
FORMAT: INTERNAL ERROR IN FORMAT-ERROR!
destination: #f
format string: "~f"
format args: (invalid)
Jean Abou Samra schreef op di 19-04-2022 om 18:52 [+0200]:
> The simple file
>
> (format #f "~f" 'invalid)
>
> gives me
>
> FORMAT: error with call: (format #f "~f<===" ===>invalid )
> argument is not a number or a number string
> FORMAT: INTERNAL ERROR IN FORMAT-ERROR!
> desti