Disable upcase converting
This commit is contained in:
parent
8251bc5b16
commit
256ee6269c
@ -46,7 +46,4 @@
|
||||
(format #t "Usage: ~a <words-list-file.txt>\n" (car args))
|
||||
(let ((WORDS-FILE (cadr args)))
|
||||
(set! *random-state* (random-state-from-platform))
|
||||
(display
|
||||
(string-upcase
|
||||
(random-phrase WORDS-FILE (+ 3 (random 4)))))
|
||||
(newline))))
|
||||
(format #t "~a\n" (random-phrase WORDS-FILE (+ 3 (random 4)))))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user