diff --git a/Language:-Expressions.md b/Language:-Expressions.md index 26a57d6..5e373c7 100644 --- a/Language:-Expressions.md +++ b/Language:-Expressions.md @@ -71,4 +71,4 @@ Here is an example using a pointer to byte. This is similar to `PEEK` and `POKE Parenthesis may be used to control the order of evaluation, for example: pr.dec (10+2)*3; ' Prints 36 - pr.dec 10+2*3 ' Prints 16 \ No newline at end of file + pr.dec 10+2*3; ' Prints 16 \ No newline at end of file