The RSS Blog

News and commentary from the RSS and OPML community.

Mud's Tests: How to do it? In blogger, have to manually replace the carrots in HTML with a four-character code. More...
Reader Comments Subscribe
public List<int> Run()
        {
            for (int i = 0; i < Hundreds * 100; i )
            {
                if (i % 10 == 0)
                {
                    TenDividerEventHandler handler = OnDivider;
                    if (handler != null)
                    {
                        // Invokes the delegates.
                        handler(i);
                    }
                }
            }

            return dividers;
        }
Type "339":