TARGET

<< Click to Display Table of Contents >>

Navigation:  Gekko User Manual > Gekko statements >

TARGET

Previous pageReturn to chapter overviewNext page

TARGET is used by the GOTO statement, to transfer execution to the point following right after the target name.

 


 

Syntax

 

target name;

 

The name must be name-like, that is, alphanumeric characters including underscore (and not starting with a digit). You can not use scalars or expressions etc. as labels.

 


 

Examples

 

See the GOTO help file.

 


 

Related statements

 

GOTO