AKD BASIC User Guide | 6 AKD BASIC Parameters, Operators, Statements
6.1.7 Exit
General Information
Type Statement
Description
The Exit statement is used to exit from a subroutine, a function, an interrupt, a
For...Next or a While...Wend.
Units N/A
Range N/A
Default
Value
N/A
Data Type N/A
Start Ver-
sion
TBD
Description
The Exit statement is used to exit from a subroutine, a function, an interrupt, a For...Next or a
While...Wend. Do not confuse the Exit statement with the End statement. The Exit statement
causes program control to pass to the end of the block structure whereas the End statement
defines the end of the structure.
Related Topics
Sub...End Sub | Function | Interrupt...End Interrupt | For...Next | While...Wend
Statement Table(1)
Kollmorgenâ„¢ | March 30, 2012 104