Pangram checker: Difference between revisions

Content deleted Content added
Simple9371 (talk | contribs)
Fixed <pre> error...
Simple9371 (talk | contribs)
m →‎{{header|Batch File}}: Removed a 'call' command
Line 320:
goto :EOF
)
call set letters=!letters:%chr%=!
set /a cnt+=1
goto loop</lang>