bool condition = true; if(condition) var t = "The condition its true"; else var f = "The condition its false"; // We dont need to use the '{' because it's just 1 change