[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: do you use the pre-processor?
- From: Fred Bertsch <fb@...>
- Date: Wed, 10 May 2000 18:43:20 -0400 (EDT)
On Wed, 10 May 2000, John Batty wrote:
> I mainly use the preprocessor to easily add/remove large blocks of code
> (using "$if nil"), which is particularly useful when prototyping /
> experimenting / temporarily removing lines.
>
> It would be a real pain to have to comment out each line individually.
>
> If you could come up with an alternative way of doing this, I wouldn't
> otherwise miss the preprocessing abilities...
How about starting it with "comment = [[" and ending with "]]". That's
what I usually do...
F