From 7ca5f2d8e8861ecb4bed4766e12983bb1dfd684d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 30 Mar 2021 22:40:12 -0400 Subject: [PATCH] Add docs --- docs/api/scheme/write.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/scheme/write.md b/docs/api/scheme/write.md index 0c08bf40..09d074b5 100644 --- a/docs/api/scheme/write.md +++ b/docs/api/scheme/write.md @@ -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. +