diff options
author | Artem V L <luardev@gmail.com> | 2019-10-25 15:22:26 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-10-25 15:22:26 +0200 |
commit | 60ff41a8da9fffecea034846dc415086b2c12ed6 (patch) | |
tree | 1772a60d46a759ed067a8a2e2cc72b82f6762a3c /doc | |
parent | 1d42108fdaa3099ecfc7d24bdfda02ecb9cdac64 (diff) | |
download | Nim-60ff41a8da9fffecea034846dc415086b2c12ed6.tar.gz |
'#' value parcing is explained (disambiguated) (#12476)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mytest.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mytest.cfg b/doc/mytest.cfg index 1385e493d..db058b8f3 100644 --- a/doc/mytest.cfg +++ b/doc/mytest.cfg @@ -3,7 +3,8 @@ [Common] cc=gcc # '=' and ':' are the same ---foo="bar" # '--cc' and 'cc' are the same, 'bar' and '"bar"' are the same +--foo="bar" # '--cc' and 'cc' are the same, 'bar' and '"bar"' are the same (except for '#') +macrosym: "#" # Note that '#' is interpreted as a comment without the quotation --verbose [Windows] |