Executable statement
暂无分享,去创建一个
An executable statement is a procedural step in a highlevel imperative programming language that calls for processing action by the computer, such as performing arithmetic, reading data from an external medium, making a decision, etc. In describing the structure and features of high-level languages, it is convenient to distinguish between executable statements and nonexecutable ones (declarations) that provide information about the nature of the data or about the way the processing is to be done without themselves causing any processing action.