diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3prg.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3prg.dtx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx b/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx index 92881b93abf..81c1a12b0ca 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3prg.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% File: l3prg.dtx Copyright (C) 2005-2014 The LaTeX3 Project +%% File: l3prg.dtx Copyright (C) 2005-2015 The LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -37,7 +37,7 @@ \documentclass[full]{l3doc} %</driver> %<*driver|package> -\GetIdInfo$Id: l3prg.dtx 5354 2014-08-23 01:35:39Z bruno $ +\GetIdInfo$Id: l3prg.dtx 5566 2015-04-13 08:24:56Z joseph $ {L3 Control structures} %</driver|package> %<*driver> @@ -238,6 +238,14 @@ % All conditional |\bool_| functions except assignments are expandable % and expect the input to also be fully expandable (which will generally % mean being constructed from predicate functions, possibly nested). +% +% \begin{texnote} +% The \texttt{bool} data type is not implemented using the +% \tn{iffalse}/\tn{iftrue} primitives, in contrast to \tn{newif}, +% \emph{etc.}, in plain \TeX{}, \LaTeXe{} and so on. Programmers should +% not base use of \texttt{bool} switches on any particular expectation +% of the implementation. +% \end{texnote} % % \begin{function}{\bool_new:N, \bool_new:c} % \begin{syntax} |