Skip to content

Commit

Permalink
AST doc - comparisons now use call unless chained
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfrr authored Aug 5, 2016
1 parent 2d30203 commit 008b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/devdocs/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Input AST
``a:b`` ``(: a b)``
``a:b:c`` ``(: a b c)``
``a,b`` ``(tuple a b)``
``a==b`` ``(comparison a == b)``
``a==b`` ``(call == a b)``
``1<i<=n`` ``(comparison 1 < i <= n)``
``a.b`` ``(. a (quote b))``
``a.(b)`` ``(. a b)``
Expand Down

0 comments on commit 008b15f

Please sign in to comment.