INPUT PROMPT

INPUT PROMPT String_Expression : varable_1, variable_2 , …
displays the string and then wait for the user to enter data.
Example 1.
INPUT PROMPT "a,b=":a,b
Example 2.
LET Prompt$="a,b="
INPUT PROMPT prompt$:a,b