Help: Move docs of $<0:...> and $<1:...> to output section.

These are not 'logical' expressions.  They create output and are
often used together with the logical expressions.
This commit is contained in:
Stephen Kelly 2015-02-22 23:52:11 +01:00
parent 1a8e4c8692
commit 642048ce35
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,6 @@ otherwise expands to nothing.
Available logical expressions are: Available logical expressions are:
``$<0:...>``
Empty string (ignores ``...``)
``$<1:...>``
Content of ``...``
``$<BOOL:...>`` ``$<BOOL:...>``
``1`` if the ``...`` is true, else ``0`` ``1`` if the ``...`` is true, else ``0``
``$<AND:?[,?]...>`` ``$<AND:?[,?]...>``
@ -241,6 +237,10 @@ where ``${prop}`` refers to a helper variable::
Available output expressions are: Available output expressions are:
``$<0:...>``
Empty string (ignores ``...``)
``$<1:...>``
Content of ``...``
``$<JOIN:list,...>`` ``$<JOIN:list,...>``
Joins the list with the content of ``...`` Joins the list with the content of ``...``
``$<ANGLE-R>`` ``$<ANGLE-R>``