Apologies for any confusion, which this may have caused:

On 09/06/2021 23:28, I wrote:
> he should have:
> 
>    .de SOLUTION
>    .   if (\\n[s] == 0) .ig SOLEND
>    .   br
>    ..
>    .de ENDSOL
>    .   \" Any clean-up required, at end of solution.
>    ..

Of course, my ENDSOL macro should, rather, have been called SOLEND:

   .de SOLEND
   .   \" Any clean-up required, at end of solution.
   ..

-- 
Regards,
Keith

Reply via email to