All pastes #2055869 Raw Edit

Something

public text v1 · immutable
#2055869 ·published 2011-05-09 19:21 UTC
rendered paste body
bool x = false
x |= someoperation1()
x |= someoperation2()
x |= someoperation3()
x |= someoperation4()
x |= someoperation5()
if(x)
 HandleError()