Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Caesar cipher

Originally published: 2011-11-23 14:08:40
Last updated: 2011-11-23 14:10:17
Author: span

Creates a caesar cipher function which shifts by the parameter.

Usage:

f=caesar(2)

f("abcde")

returns "cdefg"