Programming Python
Alternative execution, example
if (rain > 0): print "stay at home!" else: print "go swimming!"