Just add commands. (put / in front of addresses to use them in any operation) "Memory addresses" are your variables. Commands: out - Prints the next line to the console. Put "" around text, else it prints the memory address (must be a number for address) add - Adds the next two lines and stores them in the memory address specified. sub - Subtracts the next two lines and stores them in the memory address specified. mult - Multiplies next two lines and stores them in the memory address specified. div - Multiplies next two lines and stores them in the memory address specified. mov - Copies first memory address into specified memory address. set - Sets memory address specified to data. jump - jumps to program line (will execute next line) input - Gets user input if - Compares numbers end - Ends loop wait - Waits specified amount of seconds export - Exports program for import
The SDK for JoshieScript, found here: https://scratch.mit.edu/projects/136585675/ Export ready version here: https://scratch.mit.edu/projects/136588055/