Add examples and move tests to the tests/ folder

This commit is contained in:
2025-10-17 21:22:36 +02:00
parent 5706b1f861
commit b0900b3592
122 changed files with 202 additions and 158 deletions
+5
View File
@@ -0,0 +1,5 @@
let i = 0
while i < 3: {
true
i = i + 1
}