about summary refs log tree commit diff stats
path: root/chicanery.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-08-09 22:00:31 -0500
committerCase Duckworth2023-08-09 22:00:31 -0500
commit14847f7800a477544df8ea16bf5fec1d9ceddea0 (patch)
treeb974ec83fa0670014a0277451fa05ea0ba49f977 /chicanery.sld
parentUpdate README (diff)
downloadchicanery-14847f7800a477544df8ea16bf5fec1d9ceddea0.tar.gz
chicanery-14847f7800a477544df8ea16bf5fec1d9ceddea0.zip
Add with-{input-from,output-to}-string
Inspired by CHICKEN
Diffstat (limited to 'chicanery.sld')
-rw-r--r--chicanery.sld2
1 files changed, 2 insertions, 0 deletions
diff --git a/chicanery.sld b/chicanery.sld index 7835e80..a38b1e5 100644 --- a/chicanery.sld +++ b/chicanery.sld
@@ -382,6 +382,8 @@
382 read-port 382 read-port
383 read-port-chunk-size 383 read-port-chunk-size
384 defined? 384 defined?
385 with-output-to-string
386 with-input-from-string
385 displayed ->string 387 displayed ->string
386 written 388 written
387 print) 389 print)