I've been doing some stuff.
for (int i = 0; i < 20; i++ )
{
	do(thing);
}
Here's what it looks like. What do you think?