diff --git a/README.md b/README.md index e18cf777..74dacb37 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Rhai's current feature set: var x = 3; ``` +## Operators + +```Rust +var x = (1 + 2) * (6 - 4) / 2; +``` + ## Control blocks ```Rust