Terascript 1 is finally here! After a month of development, and lots of testing, Terascript has been released. Terascript is a coding language made in scratch. Documentation: delallvars() - deletes all variables delvar() - deletes a specific variable add() - adds two strings subtract() - subtracts two strings multiply() - multiplies two strings divide() - divides two strings greaterthan() - checks if a number is greater than another number lessthan() - checks if a number is less than another number equalto() - checks if a number is equal to another number round() - rounds a number abs() - absolute value newvar() - creates a new variable numtobin() - converts a number to binary print() - prints a string setvar() - sets a certain variable to a certain value modulus() - performs modulus on two strings clear() - clears the console time() - print the current time cpos() - prints the current cursor position hsc() - hides the source code ssc() - shows the source code color() - sets the color of the text in the console comment - lets you write a comment in the console special - a hidden feature
Text engine by @CodeLegend, modified by me. There are still bugs! Please report any you see in the comments. Startup sound is Mac QuadraAV Startup Sound The inspiration for this came from @ScratchCatandGobo's ScratchScript. Update Log: v1.1.0: Major overhaul for commands, added some new commands and small bug fixes as well as features. v1.0.2: Indent Fix