Handbook
Glossary
readline ( prompt -- str )
Readline
Next:
set-completion ( quot -- )
Vocabulary
readline
Inputs
prompt
a
string
Outputs
str
a
string
Word description
Read a line from using readline.
Definition
USING:
alien.strings
destructors
io.encodings.utf8
kernel
libc
readline.ffi
sequences
;
IN:
readline
:
readline
( prompt -- str )
[
readline
[
|free
utf8
alien>string
[
[
add_history
]
unless-empty
]
keep
]
[
f
]
if*
]
with-destructors
;