Definder - what does the word mean?

What is comment out?

To disable lines of code in a program by surrounding them with comment-start and comment-stop characters.

This means that the code written inside the comment-start and comment-stop area will be treated as the programmer's comments and will not be run.

We commented out the last half of our program to make sure that the first half was working.

👍59 👎11


comment out - video

loading