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

1 Answer

0 votes
by

The continue statement facilitates the loop to skip the remainder of its body and immediately retest its condition prior to reiterating.

Related questions

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