jeudi 3 septembre 2020

"If (FALSE)" with no condition explicitly stated in R

I've received some code from someone who apparently likes to use the following syntax:

if(FALSE) {
    opt <- list("cores" = 1, "degradation" = TRUE, "test" = TRUE)
}

What does this mean? If what is FALSE? The last condition evaluated? I'm confused

Aucun commentaire:

Enregistrer un commentaire