Reply to The importance of commenting your code
If you don't have an account, just leave the password field blank.
It's not just so other people can make sense of it, although that's nice too, it's also in case you come back and try to read it yourself ten years later. Take this gem:
void main( void ) { if (&secret < 8) sp_active(¤t_sprite, 0); if (&secret > 8) sp_active(¤t_sprite, 11); }
