Updated Language: Expressions (markdown)

Bobbi Webber-Manners 2017-11-27 21:53:39 -05:00
parent 6ee841f3d3
commit 77658cdd5e

@ -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
pr.dec 10+2*3; ' Prints 16