Copyright © tutorialspoint.com
Syntax
Definition and UsageNot a function. The last keyword is a loop-control statement that immediately causes the current iteration of a loop to become the last. No further statements are executed, and the loop ends. If LABEL is specified, then it drops out of the loop identified by LABEL instead of the currently enclosing loop. Return ValueNothing ExampleTry out following example:
|
Copyright © tutorialspoint.com