So if statements dont have to be paired with else? for instance


x = getint()
if (x = 1)
{
blah;
}
blah2;
return 0