[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Two small questions/comments
- From: erik@... (Erik Hougaard)
- Date: Mon, 24 Sep 2001 12:20:50 +0200
----- Original Message -----
> >About disabling code blocks
>
> Juts a reminder: there's the string trick:
>
> local C=[[
> BLOCK TO BE COMMENTED OUT
> --]]
>
> The block can be turned on again simply by adding -- to the first line.
> This does not generate bytecode for the block but adds a string...
> --lhf
Well from a color syntaxing viewpoint this is a bad solution :-(
/e