The idea of a quine is to print exactly what is used to declare it
you have the code
quine = [ echo ( format "quine = [%1]" $quine ) ]
executing it will cause the following to display
quine = [ echo ( format "quine = [%1]" $quine ) ]
it's in the release, just type /quine, and if you want to make sure they're the same, feel free to do an /echo $quine :)
~Hirato Kirata