diff options
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index c1cfb1e..dc9ba82 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -3396,7 +3396,7 @@ x = (a == b) # eval context x = {foo bar} # name generation x = [null] # attributes x = name@value # pairs -x = # comments +x = # start of a comment \ The complete set of syntax characters is \c{$(){\}[]@#} plus space and tab. |