Something
public text v1 · immutablebool x = false
x |= someoperation1()
x |= someoperation2()
x |= someoperation3()
x |= someoperation4()
x |= someoperation5()
if(x)
HandleError()
bool x = false
x |= someoperation1()
x |= someoperation2()
x |= someoperation3()
x |= someoperation4()
x |= someoperation5()
if(x)
HandleError()