Re: [julia-users] Optional Arguments for Do-Block Syntax for Functions

2016-11-11 Thread Adrian Salceanu
Got it, thanks vineri, 11 noiembrie 2016, 19:11:28 UTC+1, Stefan Karpinski a scris: > > You can use a name like _ but otherwise, no, there's no way to do this. > > On Fri, Nov 11, 2016 at 11:46 AM, Adrian Salceanu > wrote: > >> I love the block syntax for functions as it provides great readabilit

Re: [julia-users] Optional Arguments for Do-Block Syntax for Functions

2016-11-11 Thread Stefan Karpinski
You can use a name like _ but otherwise, no, there's no way to do this. On Fri, Nov 11, 2016 at 11:46 AM, Adrian Salceanu wrote: > I love the block syntax for functions as it provides great readability and > I'm using it heavily as a design pattern to enclose code behind > authorization or cachi