executable statement meaning in English
可执行叙述
可执行语句 一个语句在被编译后会转换成目标代码,当程序运行是会被执行,并且可能对程序数据产生动作。
可执行语言
执行语句
Examples
- Each time the procedure is called , its statements run , starting with the first executable statement after the
语句后的第一个可执行语句开始,到遇到的第一个 - Each time the procedure is called , its statements are executed , starting with the first executable statement after the
语句后的第一个可执行语句开始,到遇到的第一个 - Executable statements can loop or branch through blocks of code , and often contain mathematical or conditional operators
可执行语句可在代码块中循环或分支,并常常包含算术或条件运算符。 - Provides an overview of the two basic units of instruction in jscript , declaration statements and executable statements
提供有关jscript中的两个基本指令单元(声明语句和可执行语句)的概述。 - Provides an overview of the two basic units of instruction in visual basic : declaration statements and executable statements
提供有关visual basic中的两个基本指令单元(声明语句和可执行语句)的概述。