Re: I'm missing something obvious about (chicken conditions)

2023-03-08 Thread T. Kurt Bond
Ahh! Thank you! On Wed, Mar 8, 2023 at 2:35 AM Peter Bex wrote: > On Tue, Mar 07, 2023 at 04:40:15PM -0500, T. Kurt Bond wrote: > > I've got two programs, edited down from other slightly larger programs > > for clarity. They use condition-case to handle exceptions. I'm > > interested in

Re: I'm missing something obvious about (chicken conditions)

2023-03-07 Thread Peter Bex
On Tue, Mar 07, 2023 at 04:40:15PM -0500, T. Kurt Bond wrote: > I've got two programs, edited down from other slightly larger programs > for clarity. They use condition-case to handle exceptions. I'm > interested in handling a (mine) condition and a (mine too) > differently. One of the program

I'm missing something obvious about (chicken conditions)

2023-03-07 Thread T . Kurt Bond
I've got two programs, edited down from other slightly larger programs for clarity. They use condition-case to handle exceptions. I'm interested in handling a (mine) condition and a (mine too) differently. One of the program *does* distinguish between the two exceptions; one of them doesn't. I