|
| KiXtart 2001 Manual |
Gosub
| Action: | Causes
script execution to continue at the first statement after a label. |
| Syntax: | GOSUB
<label> |
| Remarks: |
Label
can be an expression. |
| See Also: |
:,
Goto,
Return |
| Example: |
? "This demonstrates calling a
subroutine" |