To start a program, hit the [n] key if you have a program already. Then type "yes", and it will clear the code and output (terminal). Hit the [space] bar to write a new line of code. For example, a Hello World program: log([Hello, World!]) If you write anything wrong, just hit the [r] key to replace it. Hit [r], and type the line number, then what you want to replace it with. Functions: log([]): Logs a string to the terminal input(): Gets the users input (currently doesn't have a use)
!!!WARNING!!! This language is still in development, thus it is a small language. PLEASE write suggestions in the comments.