Constants¶
-
OS_NAME¶ A symbol representing the name of the operating system. Possible values are
:Linux,:Darwin(OS X), or:Windows.
-
ARGS¶ An array of the command line arguments passed to Julia, as strings.
-
C_NULL¶ The C null pointer constant, sometimes used when calling external code.
-
CPU_CORES¶ The number of CPU cores in the system.
-
WORD_SIZE¶ Standard word size on the current machine, in bits.
-
VERSION¶ An object describing which version of Julia is in use.
-
LOAD_PATH¶ An array of paths (as strings) where the
requirefunction looks for code.