S is a basic programming language created from Scratch. ~~~~~~~~~~~Available Editor Functions~~~~~~~~~~~ In order: (buttons) Add Insert Replace Delete Clear Code Clear Term Save Load Execute ~~~~~~~~~Currently Supported Functions~~~~~~~~~ output() - displays text in the Terminal __ + __ - adds two numbers __ - __ - subtracts two numbers __ * __ - multiplies two numbers __ / __ - divides two numbers __ % __ - modulo two numbers let x = - [creates and] assigns variables
~~~~~~~~~~~~~~Grammar Rules~~~~~~~~~~~~~~~~~ All lines must end with semicolons.