Just for a dissenting opinion, I use both types of scope syntax on a regular basis and prefer the Algol-ish one. I personally find it easier to reason about where code blocks begin/end when they're explicitly marked. Makes moving code around easier, too.
Note that most of my problems could be fixed with enough tooling/editor plugins/IDE magic, I just don't use them.
Note that most of my problems could be fixed with enough tooling/editor plugins/IDE magic, I just don't use them.