Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 141 Bytes

logic.md

File metadata and controls

11 lines (9 loc) · 141 Bytes

Logic

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

See also #seealso

if, boolean