julia> whos()
A 5x5 Array{Float64,2}
Base Module
Core Module
Main Module
ans 5x5 Array{Float64,2}
subl FunctionOn Thu, Jan 23, 2014 at 1:54 AM, vinu kn <[email protected]> wrote: > Hello, > I am new to Julia. I am coming from the background of Matlab. I would like > to get a list of current variables in Julia. In Matlab, when pressing whos > command,I get all > variables. Is there such commands in Julia? >
