Welcome to SES / CMES: Scratch Embedded Script! SES is a basic programming language in which you can code simple lines of code. Below is all the things you can do with SES. Have fun! To make a variable: New line>Type variable>new line>indent>type the value of the variable (must be a number) (Depending on which order you create variables, they can be called upon as v1, v2, v3, and so on) To change the value of a variable: New line>Call upon the variable you want to change>new line>indent>type plus or minus, depending on if you want the variable to go up or down>new line>indent>type how much you want to change the variable by (must be a number) To solve an equation: New line>type equation>New line>indent>enter first number (can also be a variable)>new line>indent>type the operator(plus, minus, divide, or multiply)>new line>indent>type second number (can also be a variable) The answer to this equation can be called upon as ans until you do another equation. To print something on the screen: New line>type print>new line>indent>type var, ans or string, depending on what you want to be printed>new line>indent>type what you want to be printed (can also be a variable. If it is ans, you do not need to do this.) You can only print one thing. Press run now to run your code.