Megatest

testreadline.scm at [54b2beab6d]
Login

File testreadline.scm artifact 3cd29e5514 part of check-in 54b2beab6d


(use readline apropos)
(import readline)
(import apropos)
(import csi)
(current-input-port (make-readline-port))
(install-history-file #f "/.csi.history")
(repl)