ScratchData LogoScratchData
Back to The-I1's profile

Language Interpreter

THThe-I1•Created June 19, 2025
Language Interpreter
0
0
1 views
View on Scratch

Instructions

You can create variables with the let keyword: let a_variable = 12 You can assign them with = and use their values: a_variable = another_variable You can do math with order of operations: 3 * 2 + (my_var - 3) * 5 You can also use: // - divide and round down ** - exponent % - modulo (remainder) You can do multiple things on one line with ; : let a = 1; let b = 2 press D for debug info including all variable key value pairs and lists of all operators along with their priorities, intermediate code representation, etc... press C to return to the console.

Project Details

Project ID1190243991
CreatedJune 19, 2025
Last ModifiedJuly 19, 2025
SharedJune 20, 2025
Visibilityvisible
CommentsAllowed