The logical NOT operator

groundFungus:
There is a page called the language reference. You could look there.

return - Arduino Reference

Serial.println() - Arduino Reference

a != 0

a not(!) equal(=) 0(zero)
! - Arduino Reference

Yeah, I saw those pages but I don't understand those explanations, that's why I asked here.