mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
fix span error
This commit is contained in:
parent
87790d4049
commit
53c2cdb085
4 changed files with 15 additions and 6 deletions
8
test.sl
8
test.sl
|
|
@ -1,3 +1,9 @@
|
|||
fn test() {
|
||||
"u" + "w" + "u";
|
||||
if true {
|
||||
print;
|
||||
} else if false {
|
||||
dont_print;
|
||||
} else {
|
||||
"uwu";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue