Titan



char


The char keyword is used to specify a single unicode character by giving its group, plane, row and cell value in decimal form.

Related keyword:


char( , , , )


Example 1:

const universal charstring c_achlaut := char (0,0,1,37);

The constant c_achlaut will contain the Esperanto letter ĥ.



BNF definition of char