mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
255 B
255 B
Read Library
The (scheme read)
library provides procedures for reading Scheme objects.
read
read-all
#read
(read)
(read port)
#read-all
(read)
(read port)
Read all objects from a port and return them as a list.