Several people requested that the parenthesis requirement be emphasized.
This commit is contained in:
parent
ef2c13772f
commit
b3de48b5bb
|
@ -36,8 +36,9 @@ Proposal
|
|||
|
||||
(if <condition>: <expression1> else: <expression2>)
|
||||
|
||||
|
||||
This is evaluated like this:
|
||||
Note that the enclosing parethesis are not optional.
|
||||
|
||||
The resulting expression is evaluated like this:
|
||||
|
||||
- First, <condition> is evaluated.
|
||||
|
||||
|
|
Loading…
Reference in New Issue