cyclone/docs/api/scheme/read.md
2016-01-11 23:07:34 -05:00

18 lines
247 B
Markdown

# Read Library
The `(scheme read)` library provides procedures for reading Scheme objects.
- [`read`](#read)
- `read-all`
#read
`(read)`
`(read port)`
#read-all
`(read)`
`(read port)`
Read all objects from a port and return them as a list.