pxt-calliope/docs/blocks/logic.md

70 B

Logic

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