Until implies a negation. The presence of unless in perl is a horror
resulting from the same semantics - I'm sure it seemed like a good idea
at the time.

On Thu, 2018-05-10 at 23:25 -0700, Louki Sumirniy wrote:
> I think better to use the context of the english language for a 
> pre-condition checked after: 
> 
> until Condition() { ... }
> 
> Or maybe just exactly mimics for, but does not test until after one
> run of 
> the enclosed block:
> 
> until Init(); Condition(); PostAssignment() { ... }

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to