pxt-calliope/docs/blocks/logic.md
2016-06-14 17:20:45 -04:00

70 B

Logic

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