Man Page Index
Transfer execution of the script to a specified label.
goto label
label is the label to which execution should go.
counter = 0 nextloop: counter = counter + 1 IF counter le 10 then print "loop ":counter ; goto nextloop
JKEYAUTO