[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Comments in SQR
- Subject: Re: Comments in SQR
- From: David Smith <david.a.smith@AC.COM>
- Date: Mon, 23 Aug 1999 09:49:07 -0500
I use #ifdef debug logic. For example:
#ifdef debuga
code
#endif
Just add -debuga to your flag list whenever you want that code to execute and
omit it when you don't.
Kimberly Blumenberg <KBLUMEN@SEARS.COM>
08/18/99 03:01 PM GMT
Please respond to SQR-USERS@list.iex.net
To: Multiple recipients of list SQR-USERS <SQR-USERS@list.iex.net>
cc: (bcc: David A. Smith)
Subject: Comments in SQR
Hello all! Is there a way to comment an entire block of code in SQR without
going through the tedious task of inserting an exclamation mark at the beginning
of each line?
Thanks!