converse

The EGL converse statement presents a text form in a text application.

The program waits for a user response, receives the text form from the user, and continues processing with the statement that follows the converse statement.

For an overview of text-form processing, see these pages in order:

  1. Text forms

  2. Segmentation


Syntax diagram for the converse statement

textFormName

Name of a text form that is visible to the program. For details on visibility, see References to parts.

An example is as follows:

  converse myTextForm;
  

These considerations apply:

Related concepts
References to parts
Segmentation in text applications