========================================== To use this in your projects, backpack the sprite that says E - Script. Sadly, right now there are no variables or custom functions or any of the other important things in programming languages. ========================================== How to use ========================================== Log() is a function that prints (adds to list output) text or data. For example: log(<Hello World>) This prints Hello World. === Important vocabulary: A function is a reusable piece of code, similar to a Scratch my block. Some functions, you have to create yourself, but others, such as log(), are built into the language. === "<>" signifies a string literal. A literal tells the programming language what kind of data is being represented. For example: "<akonbrill>" would be a string literal, which means it represents text, but "123" would be a number literal, since it doesn't have < or > on the sides, and therefore would be treated as a number by the language. ==========================================
Credits: ===== All Art by Me All coding by me Everything by me : ) ========================================== Change log: ========================================== Dec 29, 2022: v1.0.0 | initial release === Dec 29, 2022: v1.0.5 | added print built-in function | ===