Merge branch 'main' of github.com:Rconybea/xo-reader
This commit is contained in:
commit
260cb9ce77
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ namespace xo {
|
|||
* arg-expr(i) = expression
|
||||
*
|
||||
* if-expr = if (test-expr) then-block else else-block
|
||||
* | (test-expr) ? then-expr : else-expr
|
||||
* | ((test-expr) ? then-expr : else-expr)
|
||||
* test-expr = expression
|
||||
* then-block = block
|
||||
* else-block = block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue