mirror of
https://github.com/bobbimanners/EightBall.git
synced 2024-11-29 11:49:35 +00:00
Updated Language: Expressions (markdown)
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
|
Loading…
Reference in New Issue
Block a user