Constants Constants Core.nothing — Constant nothing The singleton instance of type Nothing , used by convention when there is no value to return (as in a C void functi...
Filesystem Filesystem Base.Filesystem.pwd — Function. pwd () -> AbstractString Get the current working directory. Examples julia > pwd () "/home/JuliaUser" ...