cyclone/docs/api/scheme/read.md
Justin Ethier 42ec26f7b1 Fixed doc
2016-01-11 23:17:58 -05:00

263 B

Read Library

The (scheme read) library provides procedures for reading Scheme objects.

#read

(read)
(read port)

#read-all

(read-all)
(read-all port)

Read all objects from a port and return them as a list.