# Logic

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