INPUT /  OUTPUT /  LANGUAGE






dialog tag

Category: ephemeral logic tag

Prompts the user for input. The user may be prompted to select from multiple options, or enter text input.

Sample usage

Fields

Primary field

Category: scalar field
Specifies a string of text for the user to be prompted with. For example, {Enter your name:}, or {Are you sure you wish to continue?}.

Secondary fields

Behaviour

When the tag is complete, user interaction with the console is temporarily suspended and a dialog prompt is shown to the user. After the user responds to the dialog prompt, the dialog tag produces a value containing the user's response to the prompt. The tag's lifetime then ends.

Notes

Example