What is the funniest code you have seen?
On the basis of recent discussions on biggest mistakes, dumbest code and so on. Let's have a more fun and positive thread about the funniest code you have seen or written.
I will start out with a classic PHP example which I still find the most funny piece of code:
<?php
$_GET['rich'] or die('trying');