RAD Studio
ContentsIndex
PreviousUpNext
goto

Category 

Statements 

Syntax  

goto <identifier> ;

Description 

Use the goto statement to transfer control to the location of a local label specified by <identifier>. 

Labels are always terminated by a colon.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!