mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 18:35:02 +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
|
Loops and conditionals
|
||||||
|
|
||||||
```
|
```
|
||||||
let x = true
|
let x = true;
|
||||||
if x {
|
if x {
|
||||||
print("true!");
|
print("true!");
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -148,4 +148,4 @@ _ is dynamically and *strongly* typed
|
||||||
`-`
|
`-`
|
||||||
`*`
|
`*`
|
||||||
`/`
|
`/`
|
||||||
`%`
|
`%`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue