mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Add docs
This commit is contained in:
parent
3267ca3bfd
commit
7ca5f2d8e8
1 changed files with 5 additions and 0 deletions
|
@ -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 port)
|
||||
|
||||
`write-shared` is the same as `write` because Cyclone does not support datum labels at this time.
|
||||
|
||||
# write-simple
|
||||
|
||||
(write-simple obj)
|
||||
(write-simple obj port)
|
||||
|
||||
`write-simple` is the same as `write` because Cyclone does not support datum labels at this time.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue