BEE Lisp Functions Reference

<object> READ ([TEXT])

Reads a string from standard input device (or takes a string from TEXT parameter) and attempts to translate it to a list. If   succeeded, returns resulting list, if  fails – returns constant string as an atom. Function uses compiler COM components while processes input

Example:

(READ)                                    ; reads string from input device and convert it to list