diff options
author | Araq <rumpf_a@web.de> | 2014-03-22 02:45:35 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-22 02:45:35 +0100 |
commit | 28e375c4f689c07ca15ec46da8e1693490331820 (patch) | |
tree | 4d2bcd642c66f4c750269455f685fde34706ecb5 /doc/manual.txt | |
parent | 02e97422eda48e16d07adb7e84c8f7ea66ad2926 (diff) | |
download | Nim-28e375c4f689c07ca15ec46da8e1693490331820.tar.gz |
improved docs about strongSpaces
Diffstat (limited to 'doc/manual.txt')
-rw-r--r-- | doc/manual.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index ab1badaf3..a9e6aebb4 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -565,6 +565,11 @@ or as accessors: # is parsed as echo((1,2)) +Only 0, 1, 2, 4 or 8 spaces are allowed to specify precedence and it is +enforced that infix operators have the same amount of spaces before and after +them. This rules does not apply when a newline follows after the operator, +then only the preceding spaces are considered. + Grammar ------- |