On Mon, Sep 30, 2013 at 1:25 PM, Matthew Horsfall (alh) <wolfsage@gmail.com> wrote: > On Mon, Sep 30, 2013 at 1:09 PM, Zefram <zefram@fysh.org> wrote: >> Matthew Horsfall (alh) wrote: >>>I do. The point is to catch the parsing of the if(...) statement, >> >> Oh, well, you can have BEGIN{study} immediately before the if(...), >> or if you really want to break in the middle of parsing the condition >> expression you can do >> >> if($a && do { BEGIN { study } 1 } && $b) { >> >> -zefram > > Perfect, thanks. New patch attached. > > -- Matthew Horsfall (alh) Is this on anyone's list? Thanks, -- Matthew Horsfall (alh)Thread Previous | Thread Next