[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: do you use the pre-processor?
- From: "Ashley Fryer" <lua@...>
- Date: Wed, 10 May 2000 15:05:51 -0700
> -----Original Message-----
> Behalf Of Luiz Henrique de Figueiredo
> Sent: Wednesday, May 10, 2000 2:32 PM
>
> So, would the removal of $if, $else, $end break lots of existing code?
>
I sometimes use $if 0 to temporarily disable code while debugging, but I
don't use $if in shipping code. It would be nice to retain the limited
ability to disable blocks of code... since no old code ( of mine :-) would
break, perhaps there's an alternate lexer-friendly syntax which could be
used instead? For example, what about block comments /* */ ?
If there's no easy way, then I can live without it.
ashley