ASS stands for Amazingly Shitty Scripting. It's my first actual attempt at a language with help from Nova! ASS is based off of javascript
Scroll down for some explanations on what's different and some example code!
We hate 1 letter variables here, so assigning them instantly ends the program
var i = 0 //crashes the program
var int = 0 //doesn't crash the program (still fuck you tho)