On 13/06/14 11:28, "Marc Schütz" <[email protected]>" wrote:

Would be nice if we could elide the parentheses and semicolons:

     10.times! {
         writeln("Do It!");
     }
     10.times! (uint n) {
         writeln(n + 1, " Round");
     }

Yeah, that has been suggested before.

--
/Jacob Carlborg

Reply via email to