11.3.177 query_input/3 [extendible]

Synopsis

:- multifile 'SU_messages':query_input/3.

'SU_messages':query_input(+InputMethod, +Prompt, -RawInput)

Implements the input phase of query processing. The user is prompted with Prompt, input is read according to InputMethod, and the result is returned in RawInput.

Arguments

InputMethod
term

The input method to use.

Prompt
atom

The prompt to display at the terminal.

RawInput
term

See Also

Query Processing.


Send feedback on this subject.