plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
CaesarCipher
Interface
MIT
3 statements
Source File
IOClass.f90
IOClass
CaesarCipher
Contents
Module Procedures
CaesarCipherChar
public interface CaesarCipher
run Caesar cipher
Module Procedures
public function
CaesarCipherChar
(line, fshift) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
line
integer(kind=int32),
intent(in)
::
fshift
Return Value
character(len=:), allocatable