TURBOWARP: https://turbowarp.org/1225008141 This is a project I've barely worked on since 2022. I stopped working on it when I had a hard time implementing custom function definitions, which I did not add. Anyways, I decided to upload it today. Yokith 1.0.1-alpha is a rudimentarely-architectured python-like interpreted programming language, run on a custom version of the text editor made by @squoop: "Advanced Scratch Text Editor" as IDE. Yokith 1.0.1-alpha features: - Mathematical expressions evaluator. - Nested functions. - Multiple arguments input management. - Identation handling. - Control structures: if, while, repeat, else, elif, forever. - Arithmetic, comparison, and assignment operators. - Data types: 'num' and 'str'. - System variables: user.mouse_x; user.mouse_y; user.mouse_down; user.username. - Error reporting. Please, report any bug you find.