首页 > 代码库 > 565436

565436

    function foo()    {        if (counter <= 10)            return;        // it works!    }