Skip to content

System.Char

Dennis G. edited this page Sep 5, 2024 · 3 revisions

Declaration

type Char = string(1)

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