Readline


The readline vocabulary binds to the C readline library and provides Emacs-style key bindings for editing text. Currently, it only works from the non-graphical UI.

To read a line:
readline ( prompt -- str )


To set a completion hook:
set-completion ( quot -- )