getPrompts
getPrompts(
)
=> l_strings
Description
Returns the current values of the first level and second level prompt text strings, respectively.
The first prompt text string is the first level prompt that represents the topmost top-level prompt, while the second one indicates the second level prompt which is used whenever a nested top-level is entered.
Arguments
Value Returned
Examples
Default prompts for the SKILL interpreter and CIW, respectively.
skill> getPrompts()
("> " "<%d> ")
CIW> getPrompts()
("> " "> ")
Related Topics
Return to top