Skip to content

Commit 6ad8410

Browse files
committed
Merge pull request #9087 from bjarthur/constantsdocs
added DS_LOAD_PATH, JULIA_HOME, ENV, STD* to docs
2 parents 4125f4c + e9aa4c2 commit 6ad8410

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)