mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
Update README.md
This commit is contained in:
parent
e13f3e35c2
commit
7f12eaee01
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
|||
`-`
|
||||
`*`
|
||||
`/`
|
||||
`%`
|
||||
`%`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue