This is the most annoying programming language in existence. IF IMPORTING CODE, USE & INSTEAD OF end ==PLEASE REPORT ANY BUGS== Press on the ▸▸ square to start the program Click on the other squares after it to change their symbol (see below) You may have to spam the hexagon to stop, idk how to get that to work L to disable pen if it's too laggy. M to pause/play the music This is a recreation of a programming language in Scratch. I'm not gonna say the name of the actual programming language, but I do have a reference. It's BrainfuGD, from Geometry Dash (that's where the GD part came from). Level ID: 69434308 < = You see the white line below that variable? This will move it (the variable selector) left. > = This moves the variable selector right. - = Subtract 1 from the selected variable. You cannot subtract from 0 to make it -1. I have measures in place to prevent it. + = Add 1 to the selected variable. [ and ] = Anything between them will loop until the square variable selected is 0. Useful for infinite loops. . = Turn the current selected number into a letter. Press K to see all the codes. Every letter on a US English Keyboard is there, plus Cents, Euro, Yen, Australian Dollar, and Canadian Dollar. The last 2 (AU$ and C$) are to remove more hard work. , = Input your own number. I have measures in place to prevent anything but numbers. end = Ends the code. If you don't include this, the code will continue until it reaches the 36th square (one square after the final). Not required if your code ends on the 35th square.