5 lines
120 B
Text
5 lines
120 B
Text
(de isPangram (Str)
|
|
(not
|
|
(diff
|
|
'`(chop "abcdefghijklmnopqrstuvwxyz")
|
|
(chop (lowc Str)) ) ) )
|