Thanks Andrew.
I've only modified one source file, :) will adjust it back..
Nice work :)
Bob.
Andrew Collier wrote:
On 11 Apr 2007, at 01:40, Bob Wilkinson wrote:
Does it allow mixed labels Andrew, or is "LOOP" the same as "loop"
as before.... COMET allows the mix of upper case and lower case
labels and they are treated as separate labels.
Hi Bob,
Yes, labels can be treated case-sensitively now. However, I made it a
command-line option to enable this behaviour (because I had already
started writing source files which didn't obey this rule). Add --case
to the command line to get Comet's behaviour.
Andrew