as.info: Characters

Go forward to Numbers
Go up to Constants
Go to the top op as

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.