SEE INSIDE FOR THE PROGRAMS AND CLICK ON THE SPRITE NAMED 'PROGRAMS' To use the program, simply take the script. To activate it, there is a broadcast on top of the script. Click on that. This is a full-fledged programming language built inside of Scratch. It offers many quick options, like python. The language is not case sensitive, and uses prefix notation. A typical command is written like this: commandname arguments, where all the arguments are separated by spaces. Try this: add 4 5. You can get a list of procedures by using this: sort join kw pr There is a built-in help system. Choose any item from this list of procedures and put apostrophes on either side. Then, use this code: help 'commandname'. Try help 'add', for example.
Credit to Wes64 for ZZ! Programs so far: Multiplication - Takes two variables named a and b, and multiplies them together. the output is c.