Updated Introduction to Editor Scripting.md (markdown)
commited
commit
547d9d2a00364f87a1a80e9c51520c7b98c095e8
... | ... | @@ -14,5 +14,5 @@ Unlike most programming languages JS uses a versatile variable declaration this |
14 | 14 | |
15 | 15 | • `let` - is a variable that represents a local variable, its value only persist inside the codeblock `{}`` where it is located |
16 | 16 | |
17 | ||
17 | Each of this key can represent either num value types (integers, floats), tru types (boolean), or string and can be changed to anytime according to the value type it holds. |
|
18 | 18 |