Table of Contents

Goto

Format

goto label

Description

Jumps to the specified label.

See Also

Example

print "I";
goto skipit
print " don't";
skipit: #
print " want cookies."

will print

I want cookies.
 
en/goto.txt · Last modified: 2010/06/30 08:48 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki