BEE Lisp Functions Reference

<string> STRREAD ()

Reads a string from standard input device and, unlike READ function, no interpretation is produced, returning it as is.

Example:

(PRINT (STRREAD) )                ; reads string from stdin and outputs it to stdout