Fixed doc example

This commit is contained in:
Mattias Hansson 2025-11-20 21:52:07 +01:00
parent fe3d122258
commit 364b08531b

View file

@ -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