Hi All,

>From time to time I would like to include / exclude portions of the total
score. For now, in the crudest of ways, I just comment out the parts I
don't want (%{ ..... %}).  That works, of course, but I was wondering if
there was a more elegant way.

Ideally I would have some variable that I set to boolean #t or #f to
indicate what I want included.  Then, instead of the  %{ .... %} if would
be something like

if includeFlag {   ...       }

Then I wouldn't have to search around for where I'd included the comment
start and end brackets.

I found the scheme if function but it didn't seem like an option.

Many thanks in advance.


Ken Ledeen

Mobile:   617-817-3183

www.nevo.com
www.bitsbook.com
tiny.cc/KenLedeen <https://kledeen.wixsite.com/kenledeen/>

Reply via email to