Re: [julia-users] Get a list of current variables
julia> whos() A 5x5 Array{Float64,2} Base Module Core Module Main Module ans 5x5 Array{Float64,2} subl Function On Thu, Jan 23, 2014 at 1:54 AM
[julia-users] Get a list of current variables
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?