> lang > gosub | ![]() |
قبلی بعدی ویرایش تغییر نام واگرد Search سرپرستی
| مستندات |
GOSUB LabelJump to a label declared elsewhere in the function. Then, if a RETURN instruction is encountered, the program comes back to run the code just after the GOSUB instruction. GOSUB calls can be imbricated, until the memory is exhausted.