Deployed b376707 to master with MkDocs 1.2.4 and mike 1.0.1
This commit is contained in:
@@ -748,6 +748,7 @@ switch(f(x))
|
||||
<h2 id="expressions">Expressions</h2>
|
||||
<p>```c
|
||||
Expr ::= '(' LamArgs ')' '=>' Block(Stmt) // Anonymous function (x) => x + 1
|
||||
| '(' BinOp ')' // Operator lambda (+)
|
||||
| 'if' '(' Expr ')' Expr 'else' Expr // If expression if(x < y) y else x
|
||||
| Expr ':' Type // Type annotation 5 : int
|
||||
| Expr BinOp Expr // Binary operator x + y
|
||||
|
||||
Reference in New Issue
Block a user