Next: mpg-ref-query_input_hook, Previous: mpg-ref-query_hook, Up: mpg-bpr [Contents][Index]
query_input/3
hook:- 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.
term
The input method to use.
atom
The prompt to display at the terminal.
term
ask_query/4
checks the output arguments.