I know this is such a stupid question, but I tried all the brackets I can think of to wrap the IF statement, but it seems like none of them work.
For instance:
IF(@item!=0){ //Do stub RETURN // without the brakets , this return does not belong to if } //Do some stubs // and if the condition of the IF is false, this statement can't be reached
thanks
source share