EXIT

<< Click to Display Table of Contents >>

Navigation:  Gekko User Manual > Gekko statements >

EXIT

Previous pageReturn to chapter overviewNext page

The EXIT statement  terminates the Gekko application (without any warning, so use it carefully). It is often used in order to run Gekko sessions from batch (.bat) files, calling the Gekko.exe file directly.

 

From the user interface, you may exit by means of File --> Exit, or Alt+F4. To stop/abort a program while it is running, you can use the red stop button in the user interface. Inside .gcm programs, you may also use RETURN or STOP.

 


 

Syntax

 

exit;

 

 


 

Related statements

 

STOP, RETURN