What's the difference between these ?
#1

Hey guys, does this make any sense ? or it all do the same job!

pawn Код:
if(Some Code) return Something;
pawn Код:
if(Some Code)
{
    Something;
}
pawn Код:
if(Some Code)
{
    Something;
    return 1;
}
Reply


Messages In This Thread
What's the difference between these ? - by AnonScripter - 21.02.2014, 08:00
Re: What's the difference between these ? - by FilesMAker - 21.02.2014, 08:02
Re: What's the difference between these ? - by itsCody - 21.02.2014, 08:07
Re: What's the difference between these ? - by Misiur - 21.02.2014, 08:12
Re: What's the difference between these ? - by trukker1998 - 21.02.2014, 08:12
Re: What's the difference between these ? - by FilesMAker - 21.02.2014, 08:14
Re: What's the difference between these ? - by Aerotactics - 21.02.2014, 08:25
Re: What's the difference between these ? - by Misiur - 21.02.2014, 08:41
Re: What's the difference between these ? - by AnonScripter - 21.02.2014, 09:27
Re: What's the difference between these ? - by Vince - 21.02.2014, 09:59

Forum Jump:


Users browsing this thread: 4 Guest(s)