Fixed doc example
This commit is contained in:
parent
fe3d122258
commit
364b08531b
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ x = a+b ; constant expression (no spaces) OK if a,b are constants
|
|||
Use temporary variables:
|
||||
```
|
||||
temp = a + b
|
||||
result = temp * c
|
||||
result = temp - c
|
||||
```
|
||||
|
||||
### Constant Expressions
|
||||
|
|
|
|||
Loading…
Reference in a new issue