restructuring to separate language from API
This commit is contained in:
9
docs/blocks/logic.md
Normal file
9
docs/blocks/logic.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Logic
|
||||
|
||||
```cards
|
||||
if(true) {}
|
||||
true;
|
||||
true && false;
|
||||
!true;
|
||||
1 != 0;
|
||||
```
|
Reference in New Issue
Block a user