if x && y || z # abctestcomment
    z = 1
else
    z = 2
    print("test")
end
