Re: [foxboro] A Comment about comments

Jones, Charles R. (Chuck) wrote:

> It seems that not all comments are invisible to the compiler.  So, why do
> Pascal-style comment delimiters seem to kind-of, sort-of usually almost
> always work?  Who knows?  I just won't use them for troubleshooting any
> more.

"Commenting out" code should also be possible by putting preprocessor 
directives around it:

#ifdef notdef
[...code you want "commented out"...]
#endif

-- 
Regards,

Sascha Wildner
erpicon Software Development GmbH
Neusser Str. 724-726
50737 Köln
Germany

Phone: +49 221 9746069
Fax:   +49 221 9746099
eMail: swildner@xxxxxxxxxx

 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             http://www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts: