the full docs can be found at: https://scratch.mit.edu/discuss/topic/550439 just a test, follows a similar format to python run faster and improve quality at: turbowarp.org/584077910?fps=60&hqpen all that can be done right now is define variables and print w/ concatenating keep in mind when printing, you always want to concatenate even if you are only printing one object e.g: instead of print("example"), use print("example" +) changelog: (10/11) - added print() & variable control - concatenation - added inputs (if you don't assign input to a variable, the answer will be stored to the answer variable) - added len() function - added rand() function - fixed math operations - added pow() (10/12 - gone all day sry) - added default variables answer, pi, username, turtlex&y, mousex&y (10/13) - module importing (turtle & sound) - turtle graphics (goto, setx, pendown...) - if functions (not complete fully) (10/14) - fixed special characters in strings (like +, spaces, and parentheses) - fixed if statements (finally :D) - created docs - revamped ui (10/15 - account compromised & blocked) (10/19 - finally unblocked - will continue work :) - started lists (10/20 - paused work on it: focusing on scratch controls) this project is being actively worked on, so keep in mind there will be errors like: - large amounts of math operations not working - variables with the same values interfering - only the first variable being recognized in concatenation - other stuff
press "e" to edit code press "a" to insert a line press "r" to compile and run optionally, click see inside and manually edit the list