Skip to content

Commit

Permalink
added JULIA_HOME and ANY to docs/constants, plus links to ENV, STD*, …
Browse files Browse the repository at this point in the history
…RTLD*, etc.
  • Loading branch information
bjarthur committed Nov 21, 2014
1 parent 6061806 commit e9aa4c2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/stdlib/constants.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,31 @@ Constants
.. data:: LOAD_PATH

An array of paths (as strings) where the ``require`` function looks for code.

.. data:: JULIA_HOME

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

.. data:: ANY

Equivalent to ``Any`` for dispatch purposes, but signals the compiler to skip code generation specialization for that field

See also:

:data:`STDIN`
:data:`STDOUT`
:data:`STDERR`
:data:`ENV`
:data:`ENDIAN_BOM`
:data:`MS_ASYNC`
:data:`MS_INVALIDATE`
:data:`MS_SYNC`
:data:`DL_LOAD_PATH`
:data:`RTLD_DEEPBIND`
:data:`RTLD_LOCAL`
:data:`RTLD_NOLOAD`
:data:`RTLD_LAZY`
:data:`RTLD_NOW`
:data:`RTLD_GLOBAL`
:data:`RTLD_NODELETE`
:data:`RTLD_FIRST`

0 comments on commit e9aa4c2

Please sign in to comment.