Plenty of bugs, this is probably one of my favorite projects I have ever made. Press the red stop button to run Commands: print(var or 'string') creatingVariables = 'like this' changingVariables += 2 (*=, /=, -=) pause(duration(seconds)) clear() clears console if(var==10) print("hi") ^ MAKE SURE TO ADD A SPACE AFTER IT TO INDENT IT (like python) if(key("space")) repeat(10) print("this will repeat 10 times!") INDENT STATEMENT if(not(key("space"))) print("Not pressing space") jump(line) jump to line (advanced) if(x<10) print("x is smaller than 10") No else or elif statements yet!
This was heavily inspired by python Also, just in case, use double quotes ("). Very laggy Currently 1,516 blocks