ST: Please stop taking this down. This is original work and the notes below detail my process of creating this project. This was shared 4 months before the other project. Outputs the scratchblocks equivalent of itself. If you don't believe me, compare the output list to http://scratchblocks.github.io/generator/#project=118091116 (broken since Scratch 3.0) I guess it's probably not a true quine since its output is text instead of blocks, but there's no way to output blocks in Scratch so I settled for the next best thing. For more info on quines, see here: https://en.wikipedia.org/wiki/Quine_(computing) This uses the technique outlined in http://igoro.com/archive/how-to-write-a-self-printing-program/