Pangram checker: Difference between revisions

Content added Content deleted
m (→‎JS Functional: Applied ESLint, tidied.)
Line 216: Line 216:
<lang AppleScript>use framework "Foundation" -- ( for case conversion function )
<lang AppleScript>use framework "Foundation" -- ( for case conversion function )


---------------------- PANGRAM CHECK ---------------------
--------------------- PANGRAM CHECKER --------------------


-- isPangram :: String -> Bool
-- isPangram :: String -> Bool