Here are some shortcuts to do certain actions: Press the left arrow key to delete the last line (yes, I changed it). Press the up arrow key to add code. Press the down arrow key change lines of code. Here are all the commands and their syntax: > This is a comment. A comment to read that will be ignored by the console. #clr Clears the screen. #txt Hello, World! Prints text to the console. #key The program pauses, and the user has to press a key to continue. #enter 1 2 I can't quite explain it, but it's #enter instead of GOTO. #end Stops the program.
What's new in 1.16.04: - Comments - major.year.month[build] version scheme - #key command no longer waits for the user to press enter. - #txt(user) command. - Programs without the #end command will now wait for the user to click the stop icon. Based on rdococ's project, and original by XdwbX.