Run Scratch code from the forums! Right now, this project supports basic I/O, arithmetic, boolean operators, variables, if/else statements and repeat-until statements. Remix ideas: * Add your own blocks! * Add your own code!
The following statements are implemented: set [ v] to () say () say () for () seconds ask () and wait if <> then ... else //optional ... //optional end The following operators can be used: (join () ()), (() + ()), (() - ()), (() * ()), (() / ()), (() mod ()), (length of ()), (answer), (variable_name), <() > ()>, <() < () >, <() = ()>, <<> and <>>, <not <>> an "or" operator is also available May 14, 2021: Added 'if' and 'repeat until' statements, added boolean operators and 'join' May 13, 2021: Built the parser, added some arithmetic instructions and (say *)