-DOCUMENTATION- (READ ALL) Commands: loop [operation] Loops whatever you put under it a specified amount of times. end loop Ends a loop var [variable name] var [variable name] = [operation] var [variable name] = "[string]" Creates (or sets) variables. changeVar [variable name] to [operation] changeVar [variable name] to "[string]" changeVar [variable name] by [operation] Changes variables. say [variable name] say [operation] say "[string]" Outputs the entered string/operation. Other: /[input] - Comment //clear - clears "code" tab //clearall - clears "code" tab, "text output" tab, and variables //edit - exits the text input (click the pencil to go back) Keyboard: Up arrow - Scrolls up Down arrow - Scrolls down
SCC - Scratch Code to Console NOW IN BETA! Graphics are made by Google drawings, VectorPaint and the Scratch editor. Phosphorus/Sulfurous detector made by @LinTest https://scratch.mit.edu/projects/92795776/ I made the calculator system, but it is in a separate project I made if you wanna check it out: https://scratch.mit.edu/projects/198443755/ This is in the beta stages, and there's only three commands. I plan to add SO much more, so PLEASE stick around and come back every so often to see all the features I'm gonna add. Thank you so much, I'm really proud of this. NOTEZ: - Operations CANNOT BE SEPARATED with spaces, for example: 5 + 5 / 10 =WRONG 5+5/10 =RIGHT - Variable can be used in operations, but only if they're numbers (duh) - You cannot put a loop inside of a loop as of now. - When you use a "say" command the output will appear in the the "text output" tab. - This project does use some hacked blocks. It's not cheating, it's just making the code easier to keep track of and a little more compact. The hacked blocks come from this project: CHANGELOG 5/15/2018: (Beta 1.1) Changed some visuals 5/15/2018: (BETA 1.0) Added save and import buttons Made negatives work in the calculator system 5/14/2018: (Alpha 2.1) Changed the command "//!edit" to "//edit" to make it easier to type 5/14/2018: (Alpha 2.0) Added the "Variables" tab, which visualizes every variable Now works in phosphorus and sulfurous (probably) Made a thumbnail:) Added scrolling in ALL tabs 5/11/2018: (Alpha 1.0) Introduced the "loop" command. 5/3/2018: Initial release.