gdritter repos when-computer / 4bda966
walk back changes Getty Ritter 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
212212 (substring str 0 i))
213213
214214 (define (string-drop str i)
215 (let ((l (- (string-length str) 1)))
215 (let ((l (string-length str)))
216216 (substring str i l)))
217217
218218 (define (gather-para document)