Create programs with this simple engine. Control Buttons (click or press letter key): Run (or r) - runs the script I - input, asks the user for an input and sends it to the store p - prints what is the store + (or a) - adds something to the store s - sets the store J - joins two strings together IF (or f) - takes in an input, if store is equal it will run untill... END (or e) - ends an if statement Comment for suggestions!!!!!
Simple project #1: Addition: Click I Click + then type 'input' Click P Click Run Type in a number then another and it will say the total! Project #2: Helo [player]: Click S then type 'Hello ' Click J then type 'input' Click J then type '!' Click P Type in your name ind it will talk! Project #3: Login: Click I Click IF then type your password Click S then type 'Hello' Click P Click END It takes in an input and if it is the password, it will print hello.