|
|
|
|
|
by tadzik_
2257 days ago
|
|
Weird, since Raku has `loop { }` that means exactly that. I guess the author was not aware of it (or just doesn't like it). EDIT: Oh, that's in the Perl (5) code. Nevermind then. In C-like it kind of makes sense – it's 1 character shorter, and on some ancient crappy compilers it may actually run faster than while(1) since it doesn't have to check the condition every time ;) |
|