break and continue
This commit is contained in:
@@ -7,7 +7,7 @@ func main[] : I64
|
||||
|
||||
if guess == answer
|
||||
print("You win!")
|
||||
return 0
|
||||
break
|
||||
else if guess < answer
|
||||
print("Too low!")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user