On Wed, Dec 01, 2010 at 07:12:37PM -0500, David Winsemius wrote:
...
> One of the workarounds... the one I remember anyway... has been to
> insert:
>
> if(FALSE) {
> stuff your don't want executed
> }
>
Switching a block of code off/on with editing a single character
may be done using 0/1 instead of FALSE/TRUE.
Petr Savicky.