Pangram checker: Difference between revisions

Content deleted Content added
Not a robot (talk | contribs)
Add VTL-2
Eliasen (talk | contribs)
→‎{{header|Frink}}: Simplified Frink
Line 1,824:
{
charSet = toSet[charList[lc[s]]]
for c = char["a"] to char["z"]
if ! charSet.contains[char[c]]
return false