Julia User Thu, 05 Mar 2015 20:24:58 -0800
hi, julia 0.4
what is the best way to do something similar as in python if foo == 'abc' and bar == 'bac' and zoo != '123': # do something if foo == 'abc' and bar == 'bac' or zoo == '123': # do something Thanks