This commit is contained in:
Justin Ethier 2021-03-30 22:40:12 -04:00
parent 3267ca3bfd
commit 7ca5f2d8e8

View file

@ -29,7 +29,12 @@ Write object to the given output port, or the current output if none is given. O
(write-shared obj) (write-shared obj)
(write-shared obj port) (write-shared obj port)
`write-shared` is the same as `write` because Cyclone does not support datum labels at this time.
# write-simple # write-simple
(write-simple obj) (write-simple obj)
(write-simple obj port) (write-simple obj port)
`write-simple` is the same as `write` because Cyclone does not support datum labels at this time.