常量

    The 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.

    1. PROGRAM_FILE

    A 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.

    source

    — Constant.

    1. ARGS

    An array of the command line arguments passed to Julia, as strings.

    source

    — Constant.

    The C null pointer constant, sometimes used when calling external code.

    source

    — Constant.

    source

    — Constant.

    1. LOAD_PATH

    An array of paths for using and import statements to consdier as project environments or package directories when loading code. See Code Loading.

    source

    — Constant.

    1. Sys.BINDIR

    A string containing the full path to the directory containing the executable.

    source

    — Constant.

      The number of logical CPU cores available in the system, i.e. the number of threads that the CPU can run concurrently. Note that this is not necessarily the number of CPU cores, for example, in the presence of hyper-threading.

      See Hwloc.jl or CpuId.jl for extended information, including number of physical cores.

      Base.Sys.WORD_SIZE — Constant.

      Base.Sys.KERNEL — Constant.

      1. Sys.KERNEL

      A symbol representing the name of the operating system, as returned by uname of the build configuration.

      Base.Sys.ARCH — Constant.

      1. Sys.ARCH

      A symbol representing the architecture of the build configuration.

      — Constant.

      1. Sys.MACHINE

      A string containing the build triple.

      参见:

      • stdin
      • ENV
      • Libc.MS_ASYNC
      • Libc.MS_INVALIDATE
      • Libc.MS_SYNC