Updated Introduction to Editor Scripting.md (markdown)
commited
commit
72ccf82459f00dbd8cfdbdb6d9143aa406d88573
... | ... | @@ -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 | 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. |
|
17 | Each of this key can represent either `num` value types (`int`, `float`), `tru` types (`bool`), or `String` and can be changed to anytime according to the value type it holds. |
|
18 | 18 |