释义 |
special character 专用[特殊]字符;[特别字元] 1. A graphic character that is not a letter, digit, or blank character, and usually not an ideogram. Example: A punctuation mark, a currency symbol, a percent sign, a mathematical symbol. 一种除字母、数字或空格字符以外的图形字符,通常不是表义文字。例如: 标点符号、 货币符号、百分号、数学符号。2. In COBOL, a character that is neither numeric and not alphabetic. Special characters in COBOL include the space ( ), the period (.), as well as the following: +-*/=$, ; “)(.在COBOL语言中,既非数字也非字母的一种 字符。COBOL中的专用字符包括空格( )、句号(.)以及下列字符: +-*/=$, ; “)(。 |