[latex3-commits] [latex3/latex3] l3bitset: Add bitset to the lists of variabe types (7bb326986)
github at latex-project.org
github at latex-project.org
Thu Nov 16 06:50:27 CET 2023
Repository : https://github.com/latex3/latex3
On branch : l3bitset
Link : https://github.com/latex3/latex3/commit/7bb326986910217e85a3b40ad1c9527ef30a6f63
>---------------------------------------------------------------
commit 7bb326986910217e85a3b40ad1c9527ef30a6f63
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 16 05:50:27 2023 +0000
Add bitset to the lists of variabe types
>---------------------------------------------------------------
7bb326986910217e85a3b40ad1c9527ef30a6f63
l3kernel/doc/source3body.tex | 4 +++-
l3kernel/expl3.dtx | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/l3kernel/doc/source3body.tex b/l3kernel/doc/source3body.tex
index 363afec55..ef842027d 100644
--- a/l3kernel/doc/source3body.tex
+++ b/l3kernel/doc/source3body.tex
@@ -306,7 +306,9 @@ function, typically starting with the module\footnote{The module names are
\texttt{\string\l_int_tmpa_int} would be very unreadable.} name
and then a descriptive part.
Variables end with a short identifier to show the variable type:
-\begin{description}
+\begin{description}%
+ \item[\texttt{bitset}] a set of bits (a string made up of a series of \texttt{0}
+ and \texttt{1} tokens that are accessed by position).
\item[\texttt{clist}] Comma separated list.
\item[\texttt{dim}] \enquote{Rigid} lengths.
\item[\texttt{fp}] Floating-point values;
diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 02779c2b2..b38c68b52 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -414,6 +414,8 @@
%
% The data types in \LaTeX3 are:
% \begin{description}
+% \item[bitset] a set of bits (a string made up of a series of \texttt{0}
+% and \texttt{1} tokens that are accessed by position);
% \item[bool] either true or false (the \LaTeX3 implementation does
% not use \tn{iftrue} or \tn{iffalse});
% \item[box] box register;
More information about the latex3-commits
mailing list.