This commit is contained in:
Andreas Rumpf
2016-06-01 15:34:03 +02:00
parent 5f4ffc6813
commit a1291a3187

View File

@@ -23,6 +23,10 @@ just like an ordinary procedure call with named or positional arguments. The
available parameters depend on the invoked filter. Before version 0.12.0 of
the language ``#!`` was used instead of ``#?``.
**Hint:** With ``--hint[codeBegin]:on```or ``--verbosity:2``
(or higher) Nim lists the processed code after each filter
application.
Pipe operator
=============
@@ -41,9 +45,6 @@ Filters can be combined with the ``|`` pipe operator::
Available filters
=================
**Hint:** With ``--verbosity:2`` (or higher) Nim lists the processed code
after each filter application.
Replace filter
--------------