Vigenère cipher: Difference between revisions

m
Line 914:
 
=={{header|Common Lisp}}==
====Main versionsolution====
This doesn't assume anything about character codes other than A-Z being a contiguous block (but still, we could be using EBCDIC. Who knows.)
<lang lisp>(defun strip (s)
422

edits