SyntaxFix
Write A Post
Hire A Developer
Questions
var quit = false; function something() { if(quit) { return; } quit = true; ... other code.... }