Updated Introduction to Editor Scripting.md (markdown)
commited
commit
214beeb4b77d775e034711bcffaea41b49f3ed0c
... | ... | @@ -3,6 +3,8 @@ Editor Scripting is a feature that can be accessed in command line by entering ' |
3 | 3 | *Practical and potential uses to be determined |
4 | 4 | |
5 | 5 | ## Getting Started |
6 | Editor script uses JS (JavaScript), also not to be confused with Java (which is a object oriented programming), a lightweight programming language. Anyways were here to learn about the basic concepts about JS and compare it to fancade scripting for better understanding. |
|
6 | Editor script uses JS (JavaScript), also not to be confused with Java which is a object oriented programming, JS is a lightweight programming language, this should mean that it's pretty easy to learn. Anyways, were here to learn about the basic concepts about JS and compare it to fancade scripting for better understanding. lets start with variables |
|
7 | ||
8 | ||
7 | 9 | |
8 | 10 |