Simplification, and removal of my own added bias ;-)

This commit is contained in:
David Goodger 2004-08-30 16:00:06 +00:00
parent 20b0ec3e18
commit 4742ede421
1 changed files with 1 additions and 3 deletions

View File

@ -506,9 +506,7 @@ Syntax forms
- The keyword/block form produces something that looks like a normal
code block, but isn't. Attempts to use statements in this block
will cause a syntax error. It may confuse users who don't expect
a block to contain bare expressions. On the other hand, the ``@``
syntax is bound to cause at least as much confusion.
will cause a syntax error, which may confuse users.
See `Community Consensus`_ below.