Digite qualquer palavra!

Como Pronunciar "comment out"

expression

KAH-ment OWT
KOM-ent OWT

Definição

To change a line or block of code so that it becomes a comment, making the code inactive without deleting it. This is often used by programmers to test or explain code parts.

Transcrição IPA

Inglês Americano

ˈkɑmɛnt/ /ˈaʊt

Inglês Britânico

kˈɒmɛnt/ /ˈaʊt

Pronúncia Simplificada

EUA

KAH-ment OWT

UK

KOM-ent OWT

Ouça em Contexto

If you want to test the code, just comment out this line.

You should comment out any function you are not using.

Remember to comment out the debug statements before release.

Go ahead and comment out the part that's causing errors so we can troubleshoot.