diff --git a/syntax.md b/syntax.md index 36127bb..5285a20 100644 --- a/syntax.md +++ b/syntax.md @@ -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