Implemented else blocks

This commit is contained in:
Eduard Urbach 2024-07-30 16:36:33 +02:00
parent 5abe8acc70
commit 323952f4bc
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
17 changed files with 118 additions and 25 deletions

View file

@ -0,0 +1,3 @@
main() {
else {}
}

View file

@ -0,0 +1,4 @@
main() {
loop {}
else {}
}