On Friday, 5 July 2013 at 21:20:27 UTC, John Colvin wrote:
On Friday, 5 July 2013 at 20:47:45 UTC, Charles Hixson wrote:
I don't mean to come off as a formatting fascist, but you'll get more responses from busy people if you format in a more familiar way, e.g.

class Outer
{
    int inn;

    struct InnerS
    {
        int able;

        void setable()
        {
             able = inn;
        }
    }
}

woops, sorry, deleted the whole quote by accident.

Reply via email to