mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49: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 port)`
|
||||
(read)
|
||||
(read port)
|
||||
|
||||
#read-all
|
||||
|
||||
`(read)`
|
||||
`(read port)`
|
||||
(read)
|
||||
(read port)
|
||||
|
||||
Read all objects from a port and return them as a list.
|
||||
|
|
Loading…
Add table
Reference in a new issue