The error I find in the manual is:
Scheme Procedure: error msg arg …
Raise an error with key misc-error and a message constructed by displaying
msg and writing arg ....
Where are you getting your info?
--
Linus Björnstam
On Fri, 19 Aug 2022, at 01:44, sidhu1f wrote:
> According to the guile (version 3.0.7) reference manual, (error "foo
> ~a" 'bar) should output "foo bar" but instead the output is "foo ~a
> bar". Am I missing something or is there a bug in error?
>
> Regards
> sidhu1f
