READ
====
syntax: (read <input-stream> [<eof-value>])
; Common Lisp
(read-form <input-stream> [<eof-value>])
; Babylon Lisp
This function reads the next symbolic expression
from the terminal, builds the corresponding Lisp
object, and returns the object.