System.Char - Manhunter07/MFL GitHub Wiki
Declaration
type Char = string(1)
constructor Char(Code: PosInt) = \built-in\
Description
The Char
type in the System
package represents the a constraint for a single character. This is a string with the length 1
.