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))
|
(format #t "Usage: ~a <words-list-file.txt>\n" (car args))
|
||||||
(let ((WORDS-FILE (cadr args)))
|
(let ((WORDS-FILE (cadr args)))
|
||||||
(set! *random-state* (random-state-from-platform))
|
(set! *random-state* (random-state-from-platform))
|
||||||
(display
|
(format #t "~a\n" (random-phrase WORDS-FILE (+ 3 (random 4)))))))
|
||||||
(string-upcase
|
|
||||||
(random-phrase WORDS-FILE (+ 3 (random 4)))))
|
|
||||||
(newline))))
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user