Skip to content

ascii

The ascii is character type keyword used to represent ASCII-encoded characters.

Syntax

ascii myChar = 'A'; // immutable ascii character constant.
var ascii myChar = 'A'; // mutable ascii character variable.