Jump to content

Pangram checker: Difference between revisions

(Added Chipmunk Basic)
Line 2,322:
 
=={{header|K}}==
{{works with|Kona}}
<syntaxhighlight lang="k">lcase : _ci 97+!26
ucase : _ci 65+!26
Line 2,332 ⟶ 2,333:
panagram "Panagram test"
0</syntaxhighlight>
 
{{works with|ngn/k}}
<syntaxhighlight lang=K>isPangram:0=#(`c$"a"+!26)^_:
 
isPangram"This is a test"
0
isPangram"The quick brown fox jumps over the lazy dog."
1</syntaxhighlight>
 
=={{header|Kotlin}}==
6,962

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.