TeleFlow BasicScript Goto
From TeleFlow
(Difference between revisions)
Wikilib (Talk | contribs)
(New page: Jumps to a label statement.<br> <br> ===Syntax=== :GOTO <b><i>label</i></b><br> :<b><i>label</i></b><br> <br> ===Related Steps=== Image:Iv_517.gif BasicScript<br...)
Next diff →
Current revision
Jumps to a label statement.
Syntax
- GOTO label
- label
Related Steps
Examples
BasicScript code Result @VARDATE = @DATE + 1 2008/06/02 GOTO final PRINT "end" final: PRINT @VARDATE
