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.
 
Back
Top