return tag.
#1

Hi,

Can i use return after switch?

Код:
switch(listitem)
{
case 0:
{

}
case 1:
{

}
}
return 1;
}
Reply
#2

I do and I don't get any problems with it.
Reply
#3

Yes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)