snobol4readline - Man Page
SNOBOL4 readline interface
Synopsis
-INCLUDE 'readline.sno'
        INPUT_STRING = READLINE(PROMPT_STRING)
        ADD_HISTORY(STRING)
        STRING = HISTORY_EXPAND(STRING)Description
- READLINE(prompt)
- performs user input with line editing. 
- ADD_HISTORY(string)
- add string to the input history available via editing commands. 
- HISTORY_EXPAND(string)
- expand string (typically !command). 
See Also
Author
Philip L. Budne
Referenced By
sdb(1), snobol4(1), snolib(3).
March 31, 2022 CSNOBOL4B 2.3.1 CSNOBOL4 Manual