It appears, then, that if it's used, it's more a matter of a programmers
*style*, rather than a necessity - except in perhaps very rare
circumstances.
Thanks.
In case anyone is wondering why I'm asking is that I'm trying to get correct
syntax highlighting to work in the sequel to ScopeEdit (see my post a few
days ago regarding some problems I've been having with that code editor.)
So far, I haven't been successful in getting SE to work on the new 'puter,
so I've downloaded its succesor called "Interspector" which can open and
read ScopeEdit formatted files. More importantly, one can create and use a
language 'plug-in' in order to display syntax highlighting, not unlike the
VLIDE editor window or the .syn files that can be created in TextPad.
But, in the little bit of tinkering I've managed to do, the syntax
highlighting in Interspector appears to work a bit strangely...
If I define ; to be a single line comment, it works fine.
But if I then define ;| |; to be an inline (or block) comment, the
single-line definition of ; seems to rule.
So, for my next trick, I'm going to see what happens if I just use the |
character for my block comment start and end delimiters.
I just wanted to be fairly sure that I wasn't forgetting some other
important usage of | in AutoLISP coding.
Not sure if Interspector will work or not - it looks pretty good to me, so
far, and it *is* running on the new machine (and I've got about 28 more days
left to test it) - but I thought I'd at least give it a shot.
It seems to have a lot of potential - I just wish the documentation was a
better. Michael Puckett should know what I mean about this
Thanks again, good peoples.