String Constants
String constants in NBC are delimited with either single or double quote characters. NBC represents a string as an array of bytes, with the last byte in the array being a zero. The final zero byte is generally referred to as the null terminator.
1.6.2