15 августа 2013, 19:19 (4117 дней назад) № 5403
// drunk, fix later
...
// I am not responsible of this code.
// They made me write it, against my will.
...
/* Please work */
...
long john; // silver
...
// sometimes I believe compiler ignores all my comments
...
#define TRUE FALSE //Happy debugging suckers
...
// Replaces with spaces the braces in cases where braces in places cause stasis
$str = str_replace(array("\{","\}")," ",$str);
...
// hack for ie browser (assuming that ie is a browser)
...
//When I wrote this, only God and I understood what I was doing
//Now, God only knows