Subject | English | Korean |
horticult. | additional declaration | 부기 |
comp., MS | Declarations section | Declarations 구역 (The section of a module containing declarations that apply to every procedure in the module. It can include declarations for variables, constants, user-defined data types, and external procedures in a dynamic-link library) |
IT | disaster declaration | 재난 선포 |
comp., MS | notation declaration | 표기법 선언 (Declaration that tells the parser how to deal with a specific binary file type, as well as provides a name and an external identifier for a notation. The notation declaration gives an internal name to an existing notation so that it can be referred to in attribute list declarations, unparsed entity declarations, and processing instructions. The external identifier is used for the notation, which can allow an XML parser or its client application to locate a helper application capable of processing data in the given notation) |
comp., MS | type declaration | 형식 선언 (A declaration in a program that specifies the characteristics of a new data type, usually by combining more primitive existing data types) |