Constants
Core.nothing — Constant.nothingThe singleton instance of type Nothing, used by convention when there is no value to return (as in a C void function) or when a variable or field holds no value.
Base.PROGRAM_FILE — Constant.PROGRAM_FILEA string containing the script name passed to Julia from the command line. Note that the script name remains unchanged from within included files. Alternatively see @__FILE__.
Base.ARGS — Constant.ARGSAn array of the command line arguments passed to Julia, as strings.
Base.C_NULL — Constant.C_NULLThe C null pointer constant, sometimes used when calling external code.
Base.VERSION — Constant.VERSIONA VersionNumber object describing which version of Julia is in use. For details see Version Number Literals.
Base.LOAD_PATH — Constant.LOAD_PATHAn array of paths as strings or custom loader objects for the require function and using and import statements to consider when loading code.
Base.Sys.BINDIR — Constant.Sys.BINDIRA string containing the full path to the directory containing the julia executable.
Base.Sys.CPU_CORES — Constant.Sys.CPU_CORESThe number of logical CPU cores available in the system.
See the Hwloc.jl package for extended information, including number of physical cores.
Base.Sys.WORD_SIZE — Constant.Sys.WORD_SIZEStandard word size on the current machine, in bits.
Base.Sys.KERNEL — Constant.Sys.KERNELA symbol representing the name of the operating system, as returned by uname of the build configuration.
Base.Sys.ARCH — Constant.Sys.ARCHA symbol representing the architecture of the build configuration.
Base.Sys.MACHINE — Constant.Sys.MACHINEA string containing the build triple.
See also:
Libc.MS_ASYNCLibc.MS_INVALIDATELibc.MS_SYNC