Nope, Brian is talking about the other anonymous function syntax. I was
surprised when I ran across it myself, and think it is indeed undocumented.
Perhaps open an issue?
julia> f = function(x) println(x); end
(anonymous function)
julia> f("foo")
foo
On Monday, June 30, 2014 3:03:11 AM UTC-4, Tomas Lycken wrote:
>
> This <http://docs.julialang.org/en/latest/manual/functions/#functions>
> doesn’t cut it for you? =)
>
> // T
>
> On Monday, June 30, 2014 7:26:15 AM UTC+2, Brian Nguyen wrote:
>
> The Julia Manual seems to not mention (or use) the following syntax:
>> > function([arguments]) [body] end
>>
>
>