Logic

if(true) {}
true;
true && false;
!true;
1 != 1;

See also

if, boolean