GOSUB <label>
RETURN
Save the current program position, and jumps to the position indicated by <label>. RETURN jumps back to the previous position.
Siehe auch:
Flow Control
Referenz
-
Startseite