Updated Text Script.md (markdown)
commited
commit
f425da889d059f1bd1388577058b98d136c2099d
... | ... | @@ -56,7 +56,7 @@ Obj varName = Object; |
56 | 56 | ``` |
57 | 57 | **______________** |
58 | 58 | |
59 | ### Basic Math Operators |
|
59 | #### Basic Math Operators |
|
60 | 60 | |
61 | 61 | ``` |
62 | 62 | //Add Numbers |
... | ... | @@ -85,7 +85,7 @@ num-- |
85 | 85 | ``` |
86 | 86 | **______________** |
87 | 87 | |
88 | ### Basic Boolean Operators |
|
88 | #### Basic Boolean Operators |
|
89 | 89 | ``` |
90 | 90 | //Boolean logic (AND, OR, NOT) |
91 | 91 |