Pangram checker: Difference between revisions

Content added Content deleted
Line 1,501: Line 1,501:
is-pangram-status
is-pangram-status
)
)

;; - - - - - - - - - -

(context 'MAIN)
(context 'MAIN)
(println (PGR:is-pangram? "abcdefghijklmnopqrstuvwxyz")) ;; Return true
(println (PGR:is-pangram? "abcdefghijklmnopqrstuvwxyz")) ;; Return true