Peter Silcock writes:
> As a newcomer to Guile/Scheme, I am working my way through some
> exercises which require the use of an (assertion-violation) procedure
> to trap an error condition, specifically:
>
> (if (empty? queue)
> (assertion-violation 'getq "Queue is empty")))
>
> When I run th
Many thanks for your assistance.
Peter.
As a newcomer to Guile/Scheme, I am working my way through some
exercises which require the use of an (assertion-violation) procedure
to trap an error condition, specifically:
(if (empty? queue)
(assertion-violation 'getq "Queue is empty")))
When I run the code (which I have checked with the