Sponsor:

Your company here, and a link to your site. Click to find out more.

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

snobol4(1), readline(3)

Author

Philip L. Budne

Referenced By

sdb(1), snobol4(1), snolib(3).

March 31, 2022 CSNOBOL4B 2.3.1 CSNOBOL4 Manual