HI Dmitry, On Mon, Feb 9, 2015 at 7:34 PM, Yasuo Ohgaki <yohg...@ohgaki.net> wrote:
> > [Without block] > function foo() { > require(assert-expr, 'msg'); > require(assert-expr, 'msg'); > require(assert-expr, 'msg'); > invariant(assert-expr, 'msg'); > invariant(assert-expr, 'msg'); > invariant(assert-expr, 'msg'); > return(assert-expr, 'msg'); > return(assert-expr, 'msg'); > return(assert-expr, 'msg'); > > // function body > } > OOPS. Without block cannot work ;) I should have notice while I'm writing. I'll go with "with block". If you find any other issues, please let me know. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net