Prompt the terminal for input. This command is most useful within a command file, as it is otherwise equivalent to a simple assignment statement.
Examples:
>> ask<CR>
Prompt (.le.40 chars)? 'value of n?'<CR>
Variable name? n<CR>
value of n? 4<CR>
>> ask 'value of n?' n ?