Skip to content

Commit e9aa4c2

Browse files
committed
added JULIA_HOME and ANY to docs/constants, plus links to ENV, STD*, RTLD*, etc.
1 parent 6061806 commit e9aa4c2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

doc/stdlib/constants.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,31 @@ Constants
3232
.. data:: LOAD_PATH
3333

3434
An array of paths (as strings) where the ``require`` function looks for code.
35+
36+
.. data:: JULIA_HOME
37+
38+
A string containing the full path to the directory containing the ``julia`` executable.
39+
40+
.. data:: ANY
41+
42+
Equivalent to ``Any`` for dispatch purposes, but signals the compiler to skip code generation specialization for that field
43+
44+
See also:
45+
46+
:data:`STDIN`
47+
:data:`STDOUT`
48+
:data:`STDERR`
49+
:data:`ENV`
50+
:data:`ENDIAN_BOM`
51+
:data:`MS_ASYNC`
52+
:data:`MS_INVALIDATE`
53+
:data:`MS_SYNC`
54+
:data:`DL_LOAD_PATH`
55+
:data:`RTLD_DEEPBIND`
56+
:data:`RTLD_LOCAL`
57+
:data:`RTLD_NOLOAD`
58+
:data:`RTLD_LAZY`
59+
:data:`RTLD_NOW`
60+
:data:`RTLD_GLOBAL`
61+
:data:`RTLD_NODELETE`
62+
:data:`RTLD_FIRST`

0 commit comments

Comments
 (0)