# Logic

```cards
if(true) {}
true;
true && false;
!true;
1 != 1;
```
## See also #seealso

[if](/blocks/logic/if), [boolean](/blocks/logic/boolean)