That isn't correct syntax.
When creating variable you tel it what type it is: bool isBad = true; bool is type boolisBad = true; isBad is its name bool isBad = true; true is its value that it holds
For example take a game character in some RPG: Mage todd = fireMag; todd is a Mage that is expert in fire spells