Interpretation: this label propagate computations only if it's not False/Empty/Error.
Demonstration: check if Boolean is not False:
Demonstration: check if Maybe is not Empty:
Demonstration: check if Stops is not Error:
Counterpart: label that repeatedly run computation until it's True/Exist/Valid is Retry.