Menu

keywords-next

Will Pittenger

Used to tell a complex statement that loops to start the loop over. Only allowed for complex statements that have a onnext label. That label tells ASIL where in the complex statement to resume execution. Currently, ASIL doesn't have a way for next to specify an outer loop to resume. That might change later. It would be the equivalent of the classic BASIC statement "NEXT I" where I was an index variable from an outer FOR loop. For more on complex statements, see the section [Complex statements].

' Some complex statement starts here
  \next\

Related

Wiki: Complex Statements
Wiki: Keywords
Wiki: keywords-onnext