Jorge ChB wrote: > > So the following would be properly "bracketed" by the offside > > rule: > > > > if condition1 > > or condition2 > > then foo > > blah > > blah > > else bar > > blah > > nextstatement > > ... > > Python works it this way too... As does Occam http://en.wikipedia.org/wiki/Occam_programming_language which was the first language I came across with this feature.