Hi, Check out http://julia.readthedocs.org/en/release-0.3/manual/control-flow/#short-circuit-evaluation
Cheers, Kevin On Thu, Mar 5, 2015 at 3:48 PM, Julia User <[email protected]> wrote: > hi, > > just a quick question: julia 0.4 git version > > what is the best way to do something similar to pythons: > > if foo == 'abc' and bar == 'bac' and zoo != '123': > # do something > > > Thanks >
