A coding language inside of a scratch project. Good luck figuring out what in the world the notes and credits do. (or you could just run them... your choice.) Also, don't expect starting the project to do anything. All it does is show that you didn't write anything yet. So follow the instructions and find yourself very confused. This is really far from done, so don't expect anything to work. Except for the notes and credits. Count on it.
start{ /var("x",999999) /var("y",100000) /loop(6){ /loop(9){ /log(=("x")) /var("x",=("x")-=("y")) /delay(1) } /var("y",=("y")/10) } /delay(1) /log(=("x")) }