From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/byte_002dcode-type.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/elisp/byte_002dcode-type.html (limited to 'devdocs/elisp/byte_002dcode-type.html') 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 @@ +

Byte-Code Function Type

Byte-code function objects are produced by byte-compiling Lisp code (see Byte Compilation). 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 Byte-Code Objects.

The printed representation and read syntax for a byte-code function object is like that for a vector, with an additional ‘#’ before the opening ‘[’.

+

+ Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
+ https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte_002dCode-Type.html +

+
-- cgit v1.2.3