While loop

This commit is contained in:
2025-12-20 07:37:15 +11:00
parent a8e5f6a0f1
commit 0488067ef2
2 changed files with 91 additions and 3 deletions

3
tests/while.hg Normal file
View File

@@ -0,0 +1,3 @@
while 1 == 1 {
puts "yay infinite loop"
}