pxt-calliope/docs/reference/logic.md
2016-05-19 13:56:24 -07:00

10 lines
70 B
Markdown

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