Login

Fancade Wiki

Updated Introduction to Editor Scripting.md (markdown)

... ...
@@ -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
Fancade Wiki