Fix another error in readme

This commit is contained in:
2025-10-02 12:50:21 +10:00
parent 08d3c1545b
commit cd7f9a6a2a

View File

@@ -28,7 +28,7 @@ You can use the output from one module inside another by enclosing it with `(`pa
println (math 10 * 3 + 2) println (math 10 * 3 + 2)
``` ```
This will print the result of 10 * 3 + 2 (which happens to be 50.) This will print the result of 10 * 3 + 2 (which happens to be 32.)
You can initialise variables with the `let` module, and access variables by prefixing a `$` dollar sign. You can initialise variables with the `let` module, and access variables by prefixing a `$` dollar sign.