chr.bmx 110 B

12345
  1. Rem
  2. Chr returns a String of length 1 containing the unicode character of the value.
  3. End Rem
  4. print Chr(65) 'A