Pangram checker: Difference between revisions

Content deleted Content added
→‎{{header|Tcl}}: possibly fixed, may still be messed up
example works correctly; thanks for fixing it!
Line 1,690:
puts [pangram? "This is a sentence"]; # ==> false
puts [pangram? "The quick brown fox jumps over the lazy dog."]; # ==> true</lang>
 
(This section got messed up, I tried to fix it, but it may still not work)
 
=={{header|TI-83 BASIC}}==