Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 148 Bytes

logic.md

File metadata and controls

12 lines (10 loc) · 148 Bytes

Logic

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

See also #seealso

if, boolean