diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3prg.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3prg.dtx | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3prg.dtx b/Master/texmf-dist/source/latex/expl3/l3prg.dtx index ca50697fd0f..295016f5acd 100644 --- a/Master/texmf-dist/source/latex/expl3/l3prg.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3prg.dtx @@ -36,7 +36,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3prg.dtx 1365 2009-05-31 17:26:17Z mittelba $ +\GetIdInfo$Id: l3prg.dtx 1451 2009-08-08 06:33:34Z joseph $ {L3 Experimental control structures} %\iffalse %<*driver> @@ -111,6 +111,8 @@ % \prg_set_protected_conditional:Npnn | % \prg_new_protected_conditional:Nnn | % \prg_new_protected_conditional:Npnn | +% \prg_set_eq_conditional:NNn | +% \prg_new_eq_conditional:NNn % } % \begin{syntax} % "\prg_set_conditional:Nnn" <test> <conds> <code> @@ -627,6 +629,32 @@ %</package> %<*initex|package> % \end{macrocode} +% +% \begin{macro}{\prg_return_true:} +% \begin{macro}{\prg_return_false:} +% \begin{macro}{ +% \prg_set_conditional:Npnn, +% \prg_new_conditional:Npnn, +% \prg_set_protected_conditional:Npnn, +% \prg_new_protected_conditional:Npnn +%} +% \begin{macro}{ +% \prg_set_conditional:Nnn, +% \prg_new_conditional:Nnn, +% \prg_set_protected_conditional:Nnn, +% \prg_new_protected_conditional:Nnn +%} +% \begin{macro}{ +% \prg_set_eq_conditional:NNn, +% \prg_new_eq_conditional:NNn +%} +% These are all defined in \pkg{l3basics}, as they are needed ``early''. +% This is just a reminder that that is the case! +% \end{macro} +% \end{macro} +% \end{macro} +% \end{macro} +% \end{macro} % % \subsection{Choosing modes} % |