EMA-XPS Online


KB-READ

KB-READ
=======

syntax: (kb-read)

KB-READ reads your input without evaluating it.
The input will be returned. If you do not give
any input, then NIL will be returned.

example: >"Hello" (kb-read)
         "Hello"


EMA-XPS Online