"INTERNAL ERROR IN FORMAT-ERROR!"

2022-04-19 Thread Jean Abou Samra
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)  

Re: "INTERNAL ERROR IN FORMAT-ERROR!"

2022-04-19 Thread Maxime Devos
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