Sometimes, albeit rarely, if your code contains many for
loops, #define F for(
may save a byte or two (especially if some of the loops have an empty init section).
If it is applicable to your situation, #define F;for(
may save even more bytes.
Examples: