1SNOBOL4READLINE(3)              CSNOBOL4 Manual             SNOBOL4READLINE(3)
2
3
4

NAME

6       snobol4readline - SNOBOL4 readline interface
7

SYNOPSIS

9           -INCLUDE 'readline.sno'
10                   INPUT_STRING = READLINE(PROMPT_STRING)
11                   ADD_HISTORY(STRING)
12                   STRING = HISTORY_EXPAND(STRING)
13

DESCRIPTION

15       READLINE(prompt)
16           performs user input with line editing.
17
18       ADD_HISTORY(string)
19           add string to the input history available via editing commands.
20
21       HISTORY_EXPAND(string)
22           expand string (typically !command).
23

SEE ALSO

25       snobol4(1), readline(3)
26

AUTHOR

28       Philip L. Budne
29
30
31
32CSNOBOL4B 2.3.1                 March 31, 2022              SNOBOL4READLINE(3)
Impressum