Login

Fancade Wiki

Updated Text Script.md (markdown)

... ...
@@ -101,7 +101,7 @@ num--
101 101
```coffeescript
102 102
# Boolean logic (and, or, not)
103 103
104
tru smart = ((not dumb) and (has_brain)) or already_smart;
104
tru fruit = ((not lettuce) and (orange)) or apple;
105 105
106 106
# Math (Greater, Less, Equal)
107 107
Fancade Wiki