0 votes
in GoLang by
What is the usage of break statement in Go programming language?

1 Answer

0 votes
by

The break statement is used to terminate the for loop or switch statement and transfer execution to the statement immediately following the for loop or switch.

Related questions

0 votes
asked Aug 19, 2022 in GoLang by john ganales
0 votes
asked Aug 19, 2022 in GoLang by john ganales
...