* Posts by skyler

2 publicly visible posts • joined 28 Sep 2007

So, what's the first rule of Reg Club?

skyler

@Stu

Well typed, Stu. Sorry you couldn't get the 'd' on the end of your name; only some are blessed. I am sure there are other things at which you excel. See, Stu, that's funny (but i am sure you have heard that).

skyler

Reg Club

public string theReg ( int day )

{

string iWasteMyDay;

if ( day == 5 )

{

iWasteMyDay = 'reg, bofh, work, reg, pints';

}

else

{

iWasteMyDay = 'reg, work, reg, pints';

}

return iWasteMyDay;

}