You can also use `@less` and`@edit` instead of `@which`. Sometimes the line 
numbers are off and you don't get the full function code though (might have 
been fixed in 0.4).

Best,

Alex.

On Tuesday, 5 May 2015 09:38:15 UTC+2, Sisyphuss wrote:
>
> I'd like to see the source code of a certain function. I find the issue #
> 2625 <https://github.com/JuliaLang/julia/issues/2625> in Github. I'd like 
> to know whether it is done. 
>
> Actually, what I want is even simpler. I'd like to know more about the 
> function `zeros()`, one of whose definition is "zeros(type, dim)". I find 
> that I can call it with both "zeros(Float64,m,n)" and 
> "zeros(Float64,(m,n))". So, I wonder how this function is actually defined.
>

Reply via email to