The workspace has 3 buttons. One with a green plus, which allows you to add a line of code. Another with a red minus, which allows you to enter the number of a line in the workspace you wish to delete. Last is the orange minus, which allows you to first enter the number line in which you want to insert some code; Than, it will ask for the code itself. The big green button in the top right allows you to run the code, while the orange square allows you to enter debug mode where more information on what is happening is given. Finally, how to actually code. NOTE: Every line of code that IS a comment must start with /
SSharp is a sort of scripting program... Inside a scripting program. It can only do more basic things. All credit goes to me. EXAMPLE CODE: /programed in S Sharp console_clear: variable(X):12 print_txt:Variable X is equal to "X". operation:12 + "X"