|
| KiXtart 2001 Manual |
Return
| Action: | Causes script execution to continue at the
statement following the last Call
or Gosub statement. |
| Syntax: | RETURN |
| Remarks: |
If RETURN
is specified in the main script, KiXtart terminates, or if issued from
within a user-defined function, exits the function immediately, and script
execution continues at the next statement following the function call. |
| See Also: |