This is a very simple programming language written in Scratch. It was originally inspired by the language bran flakes but I added more. The code is easier to manipulate if you "see inside" Documentation: https://scratch.mit.edu/discuss/topic/208263/?page=1#post-2091780 UI commands: ~run: Run the program. ~clear: Clear input. ~newLine: Asks for a location. A new line will be inserted at that location. ~changeLine: You will be asked for a location and then an input. The line at the location will be changed to the input.
Issues: - nested if statements are currently broken - print statements add a lot of commas to the end Updates: - 1.1: Fixed if/else statements. Improved the UI. - 1.0: Cell values can now be accessed in cell manipulation and pointer movement. The current pointer is available in comparisons. - 0.4: added print statements - 0.3: added while statements - 0.2: added conditional comparisons and if statements - 0.1.2: optional error handling for strings of numbers - 0.1.1: numbers can be more than one digit long - 0.1: cell manipulation added