using if statements without braces in c# code example Example: c# if statement no braces if(SomeCompare()) return false; else return true;