(rant) if then else weirdness & ideal message loops
I want my code to be readable. an IF that isn't terminated with an End if makes for difficult to read code. Yet Brightscript seems to complain if you have every if terminated, for instance: if x=1...