quel codice non è sicuro

codice:
if nCount < 0 
then 
  bla bla bla
else if nCount >= 0
      then 
        po po po 
       end if 
else if nCount is really >=0
      then 
        po po po 
       end if 
else if you're really sure that nCount >=0
      then 
        po po po 
       end if 
else if you can swear upon your mom that nCount >=0
      then 
        po po po 
       end if 
end if;

così va meglio