CaesarCipher Interface

public interface CaesarCipher

Contents


Module Procedures

public function CaesarCipherChar(line, fshift) result(ret)

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: line
integer(kind=int32), intent(in) :: fshift

Return Value character(len=:), allocatable