as: Characters

 
 3.6.1 Character Constants
 -------------------------
 
 There are two kinds of character constants.  A "character" stands for
 one character in one byte and its value may be used in numeric
 expressions.  String constants (properly called string _literals_) are
 potentially many bytes and their values may not be used in arithmetic
 expressions.
 

Menu