query_input/3
[extendible]:- 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.
The input method to use.
The prompt to display at the terminal.