Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,9 +0,0 @@
|
|||
Pangram("The quick brown fox jumps over the lazy dog")
|
||||
Func Pangram($s_String)
|
||||
For $i = 1 To 26
|
||||
IF Not StringInStr($s_String, Chr(64 + $i)) Then
|
||||
Return MsgBox(0,"No Pangram", "Character " & Chr(64 + $i) &" is missing")
|
||||
EndIf
|
||||
Next
|
||||
Return MsgBox(0,"Pangram", "Sentence is a Pangram")
|
||||
EndFunc
|
||||
Loading…
Add table
Add a link
Reference in a new issue