mirror of
https://github.com/bobbimanners/EightBall.git
synced 2025-08-15 14:27:40 +00:00
Updated Language: Expressions (markdown)
@@ -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:
|
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 36
|
||||||
pr.dec 10+2*3 ' Prints 16
|
pr.dec 10+2*3; ' Prints 16
|
Reference in New Issue
Block a user