diff options
-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 ------- |