Fix another error in readme
This commit is contained in:
@@ -28,7 +28,7 @@ You can use the output from one module inside another by enclosing it with `(`pa
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user