On Wed, 10 Jul 2024, David G. Johnston wrote:
My first easy look for this setup is for any single quotes not adjacent to either a comma or a parenthesis. Syntax highlighting should ideally have caught this but I’d look anyway.
David, I found an error on line 21 that I missed seeing every time I slowly scanned the file: missing the terminal `);'. A common situation when I look at the file so many times. Rich