SPC  Version 0.9.5
 All Files Functions Groups Pages
Character Constants

Character constants in SPC are delimited with single quote characters and may contain a single ASCII character.

The value of a character constant is the numeric ASCII value of the character.

char ch = 'a'; // ch == 97