break and continue

This commit is contained in:
2025-07-02 13:56:30 +02:00
parent a0bee3f5ca
commit c53a7cd631
7 changed files with 48 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ func main[] : I64
if guess == answer
print("You win!")
return 0
break
else if guess < answer
print("Too low!")
else