#include "stdlib.lisp" (sys-put-string stdout "line: ") (sys-flush stdout) (define str (read-line stdin)) (print str)