PAUSE

<< Click to Display Table of Contents >>

Navigation:  Gekko User Manual > Gekko statements >

PAUSE

Previous pageReturn to chapter overviewNext page

PAUSE is for pausing the statement flow: the statement will wait for the user to press [Enter]. See also ACCEPT.

 

 


 

Syntax

 

pause info;

 

info

(Optional). Text string to be displayed when a statement flow is paused. You can use \n inside the string to insert a new line.

 

 


 

Example

 

The statement may contain text inside single quotes:

 

pause 'This is the first part of the scenario';

 

 


 

Related statements

 

ACCEPT, EXIT, IF, RETURN, STOP