From 9227a3cdda6767fc4b4275d15a81d8456aacb430 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 May 2020 17:32:40 -0700 Subject: Convert my org files to md and render Still some bugs, but I will get to them soon. --- bs/string.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'bs') diff --git a/bs/string.scm b/bs/string.scm index b12bf00..789d19b 100644 --- a/bs/string.scm +++ b/bs/string.scm @@ -2,6 +2,7 @@ #:export (replace replace-char to-string str capitalize split strip lstrip rstrip)) +;; this should take a string instead of a char (define (split s c) (if s (string-split s c) -- cgit v1.2.3