(11-16-2022, 04:43 PM)SMcNeill Wrote: ...snip...
I love this article.
I had never thought about it: REM is a statement.
I knew it subconsciously via the pain using it at the end of a line after code because of the needed separator (":").
But I had never thought about it in the use of an IF ... THEN REM scenario. And I like it. I can see times in which I'd want to make a "do nothing in this condition" very explicit, and I like this approach. Totally floats my boat.
(Well, a "DO_NADA" statement would be more semantically jugular-grabbing, but REM is good enough.)
Thanks !