SyntaxFix
Write A Post
Hire A Developer
Questions
You can use:
for (int x = 0; x < 10; x++) { if (x == 5) { // If x is 5, then break it. break; } }