Updated Text Script.md (markdown)
commited
commit
6de9f9c60542e7f64cd4a5ddac0514abddf33af8
... | ... | @@ -54,7 +54,8 @@ Obj varName = Object; |
54 | 54 | |
55 | 55 | //Any variable can be used as list. Format: varName[index] |
56 | 56 | ``` |
57 | ### _____________________________ |
|
57 | **______________** |
|
58 | ||
58 | 59 | ### Basic Math Operators |
59 | 60 | |
60 | 61 | ``` |
... | ... | @@ -82,7 +83,8 @@ num++ |
82 | 83 | //Decrease |
83 | 84 | num-- |
84 | 85 | ``` |
85 | ### _____________________________ |
|
86 | **______________** |
|
87 | ||
86 | 88 | ### Basic Boolean Operators |
87 | 89 | ``` |
88 | 90 | //Boolean logic (AND, OR, NOT) |