I installed Julia studio 0.4.4, and found it does not support multi-line comments #=...=#
so I wanted to find what version of Julia it is running.
In Matlab one types the command ver which not only shows the version number of matlab, but also the version numbers of all toolboxes installed.
I googled for sometime, but not able to find similar command for Julia. Is there such a command for Julia?
julia> Version
ErrorException("Version not defined")
julia> ver
ErrorException("ver not defined")
julia> ver()
ErrorException("ver not defined")
julia> Version()
ErrorException("Version not defined")