Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SNOBOL4READLINE(3)		CSNOBOL4 Manual		    SNOBOL4READLINE(3)

NAME
       snobol4readline - 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

CSNOBOL4B 2.3.1			March 31, 2022		    SNOBOL4READLINE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=snobol4readline&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help