deepak
13 years agoVisitor
The "next" keyword
I thought that the next keyword was the BrightScript equivalent for, say, Java's continue. But, it turns out that it is equivalent to end for. Why ?
1. Every keyword K, which begins its own scope - function sub, if, while, for - ends with end K. Why an additional synonym for end for ?
2. Does this also mean BrightScript doesn't have anything equivalent for Java's continue ? Like exit for is the equivalent to Java's break ?
1. Every keyword K, which begins its own scope - function sub, if, while, for - ends with end K. Why an additional synonym for end for ?
2. Does this also mean BrightScript doesn't have anything equivalent for Java's continue ? Like exit for is the equivalent to Java's break ?