This commit is contained in:
Justin Ethier 2016-01-11 23:09:16 -05:00
parent 81d36e942a
commit db35214db8

View file

@ -7,12 +7,12 @@ The `(scheme read)` library provides procedures for reading Scheme objects.
#read
`(read)`
`(read port)`
(read)
(read port)
#read-all
`(read)`
`(read port)`
(read)
(read port)
Read all objects from a port and return them as a list.