not to mention that there's the pretty pointless burden of remembering whether to use "then" or "do" (or whether there doesn't need to be any).
once you've been working with the language for a while, it's basically instinct
also, i think the only case you use "then" is in if statements, and everything else but a function uses "do", and i think that makes a lot of sense
i mean, "if something do" doesn't really make as much sense as "if something then", nor does "for i=#, # then" instead of "for i=#, # do"
everything else you've said we've gone over in the past/is your opinion so it's not really worth arguing over again lol