Skip to content

System.Char

Dennis G. edited this page Oct 18, 2024 · 3 revisions

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.

Clone this wiki locally