Update README.md

This commit is contained in:
nora 2021-10-31 01:02:35 +02:00 committed by GitHub
parent e13f3e35c2
commit 7f12eaee01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ print(true and false or false or true and false);
Loops and conditionals
```
let x = true
let x = true;
if x {
print("true!");
} else {
@ -148,4 +148,4 @@ _ is dynamically and *strongly* typed
`-`
`*`
`/`
`%`
`%`