pxt-calliope/docs/blocks/logic.md

10 lines
70 B
Markdown
Raw Normal View History

2016-04-06 08:11:48 +02:00
# Logic
2016-05-19 22:56:24 +02:00
```cards
if(true) {}
true;
2016-04-06 08:11:48 +02:00
true && false;
2016-05-19 22:56:24 +02:00
!true;
1 != 0;
2016-04-06 08:11:48 +02:00
```