if(insane==insanityclownZ)
{
cout<<"WTF ! How did you know?\n";
cout<<"If you read the source code you die! insanityclownz";
}



I set it up to say the text inside the couts when the variable "insane" is insanityclownZ


but there is a compile error.

How do i make this work?