mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
WIP
This commit is contained in:
parent
81d36e942a
commit
db35214db8
1 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@ The `(scheme read)` library provides procedures for reading Scheme objects.
|
||||||
|
|
||||||
#read
|
#read
|
||||||
|
|
||||||
`(read)`
|
(read)
|
||||||
`(read port)`
|
(read port)
|
||||||
|
|
||||||
#read-all
|
#read-all
|
||||||
|
|
||||||
`(read)`
|
(read)
|
||||||
`(read port)`
|
(read port)
|
||||||
|
|
||||||
Read all objects from a port and return them as a list.
|
Read all objects from a port and return them as a list.
|
||||||
|
|
Loading…
Add table
Reference in a new issue