cyclone/docs/api/scheme/read.md
Justin Ethier f25bce43c7 WIP
2016-01-13 21:57:12 -05:00

302 B

Read Library

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

#read

(read)
(read port)

test

#read-all

(read-all)
(read-all port)

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