Half working stuff

This commit is contained in:
2025-12-20 14:47:24 +11:00
parent 16a406b52f
commit c04e631180
4 changed files with 94 additions and 8 deletions

6
tests/count.hg Normal file
View File

@@ -0,0 +1,6 @@
number = 0
while number != 10 {
number = number + 1
puts number
}

View File

@@ -1,2 +1,3 @@
x = 5
puts x
y = 10
puts x + y