Next: , Previous: , Up: mpg-bpr   [Contents][Index]


11.3.178 query_input/3   hook

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

Exceptions

ask_query/4 checks the output arguments.

See Also

Query Processing.


Send feedback on this subject.