Removed the need to make a file when listing a random message
parent
327c0cd82f
commit
cf003bbea4
|
@ -174,7 +174,6 @@
|
||||||
;; are multiple newline characters. This ensures
|
;; are multiple newline characters. This ensures
|
||||||
;; there is only one newline character.
|
;; there is only one newline character.
|
||||||
(define (add string)
|
(define (add string)
|
||||||
(repair)
|
|
||||||
(let* ([string-no-newline (string-replace string "\n" "")]
|
(let* ([string-no-newline (string-replace string "\n" "")]
|
||||||
[string-newline (string-append string-no-newline "\n")])
|
[string-newline (string-append string-no-newline "\n")])
|
||||||
(display-to-file string-newline
|
(display-to-file string-newline
|
||||||
|
|
Loading…
Reference in New Issue