Although the keywords in Modula-2 weren’t case sensitive and weren’t required to be in upper case, it was preferred (guidance from Niklaus Wirth) and that was just annoying.
Was this the case or something else?
Always looking to improve my knowledge on Wirthian languages.
Next on the list at university was C++, so more than likely my brain is deliberately blocking out that language. :-)
After Pascal, all languages that Niklaus Wirth created were case sensitive.
Uppercase keywords are debatable as a style, however with good IDE tooling hardly an issue.
Similarly to BASIC and SQL, or spaces in ML languages and Python, don't use Notepad like editors for them, use something with autoformatter.
Pity that in Modula-2 case those products are long gone, and I doubt many would bother with a VSCode extension or something.