diff options
Diffstat (limited to 'devdocs/elisp/byte_002dcode-type.html')
| -rw-r--r-- | devdocs/elisp/byte_002dcode-type.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/elisp/byte_002dcode-type.html b/devdocs/elisp/byte_002dcode-type.html new file mode 100644 index 00000000..b168aa57 --- /dev/null +++ b/devdocs/elisp/byte_002dcode-type.html @@ -0,0 +1,6 @@ + <h4 class="subsection">Byte-Code Function Type</h4> <p><em>Byte-code function objects</em> are produced by byte-compiling Lisp code (see <a href="byte-compilation">Byte Compilation</a>). Internally, a byte-code function object is much like a vector; however, the evaluator handles this data type specially when it appears in a function call. See <a href="byte_002dcode-objects">Byte-Code Objects</a>. </p> <p>The printed representation and read syntax for a byte-code function object is like that for a vector, with an additional ‘<samp>#</samp>’ before the opening ‘<samp>[</samp>’. </p><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte_002dCode-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte_002dCode-Type.html</a> + </p> +</div> |
