Ответсообщение недоступно
так обе ссылки рассматривают примеры, когда телегу вынесли вперед лошади, то есть unless или until и только потом тело. И вот ближе к концу первой он таки показывает то употребление, которое было задумано:
But do you think this maybe expresses your intent more clearly, closer to how you would do it in natural language?
read_line until eof;
You want to parse lines until you get to the end of the file. You don't want to parse the lines while there are lines to parse. That's not what you want; that's how you get what you want.
ну и заканчивает соответственно
When I use until in the way I would a sentence in natural language, I stop thinking of it as a misfeature
о чем я и гоорю