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

Reply via email to