summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/luatex/luatex-lua.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-06-29 20:35:31 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-06-29 20:35:31 +0200
commit74abcdb3fc2356cd40aa94d002f2a19aac549b40 (patch)
tree8ffec59cacaab13c48b01c2dead7e97a5d39e7c3 /doc/context/sources/general/manuals/luatex/luatex-lua.tex
parent3bc02e08823ca9d94cd3da01161ec511c9fdec3f (diff)
downloadcontext-74abcdb3fc2356cd40aa94d002f2a19aac549b40.tar.gz
2020-06-29 19:45:00
Diffstat (limited to 'doc/context/sources/general/manuals/luatex/luatex-lua.tex')
-rw-r--r--doc/context/sources/general/manuals/luatex/luatex-lua.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/luatex/luatex-lua.tex b/doc/context/sources/general/manuals/luatex/luatex-lua.tex
index f9107fa1f..625334c1b 100644
--- a/doc/context/sources/general/manuals/luatex/luatex-lua.tex
+++ b/doc/context/sources/general/manuals/luatex/luatex-lua.tex
@@ -608,6 +608,10 @@ in addition to the regular \type {io} library functions.
\NC \type{readbytetable(f,n)} \NC \type {n} bytes\NC \NR
\stoptabulate
+There are eight additional little endian variants for the \type {cardinal[1-4]}
+and \type {integer[1-4]} readers: \type {cardinal[1-4]le} and \type
+{integer[1-4]le}.
+
\stopsubsection
\startsubsection[title={Binary input from strings with \type {sio}}]