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

70 B

Logic

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