1-9IntroductionTable 1-2 lists examples of valid integers and their correspondingvalues:stringYou can specify a text string with or without quotation marks. Ifspaces are needed, however, the string must be specified withquotation marks; otherwise, the CLI interprets spaces as delimiters.A string can use either double quotes or single quotes but muststart and end with the same type of quotes. Also, within a quotedstring, a quotation mark of the same type used to surround thestring can be specified by repeating that quotation mark twice inthe string.Table 1-3 lists examples of valid strings and their correspondingvalues.Table 1-2 Integers and Values (in Decimal)Integer Value (in decimal)219 2193*4 12(5+3*24) 192(5+(3*24)) 770x123 291(12+52h+1010z) 104100M 104,857,6002G 2,147,483,648Table 1-3 Strings and Corresponding ValuesString ValueVOL_set VOL_set"VOL label" VOL label’Use " mark’ Use " mark"Use ’ mark" Use ’ mark"Use Both "" and ’ mark" Use Both " and ’ mark