why executing/checking commented code.

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

Hi,

..net 2k3

Why, when I go to test some code, does is the commented code being checked
for errors? What is the point of commenting it?

JPM
 
Jim said:
Hi,

.net 2k3

Why, when I go to test some code, does is the commented code being checked
for errors? What is the point of commenting it?

JPM


It doesn't

chris
 
Jim said:
Why, when I go to test some code, does is the commented code being checked
for errors? What is the point of commenting it?

No. Note that lines can be marked by either ''' (a single quote) or 'REM'
as commands.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top