diff options
Diffstat (limited to 'www/KQuery.html')
-rw-r--r-- | www/KQuery.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/KQuery.html b/www/KQuery.html index 4f613c4e..db0d2b59 100644 --- a/www/KQuery.html +++ b/www/KQuery.html @@ -317,8 +317,7 @@ <p><b>Syntax:</b></p> <div class="syntax"> - version = identifier<br> - version = "[" [ update-list ] "]" [ "@" version "]"<br> + version = identifier | "[" [ update-list ] "]" "@" version<br> update-list = lhs-expression "=" rhs-expression [ "," update-list ]<br> </div> @@ -327,8 +326,6 @@ of writes which are to be concatenated to another version (the most recent writes are first).</p> - <p>FIXME: Get rid of anonymous arrays.</p> - <h2><a name="exprs">Expressions</a></h2> <p>Expressions are strongly typed, and have the following general |