Logic

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

Edit this page on GitHub