executable statement meaning in English
可执行叙述
可执行语句 一个语句在被编译后会转换成目标代码,当程序运行是会被执行,并且可能对程序数据产生动作。
可执行语言
执行语句
Examples
- You can make almost any kind of change to executable statements while in break mode , and the change will be incorporated into the underlying project
您可以在中断模式下对可执行语句进行几乎所有类型的更改,所做更改将被合并到基础项目中。 - The topics in this section contain tables of the visual basic declaration and executable statements , and of important lists that apply to many statements
本节的主题包含visual basic声明和可执行语句的表格,以及适用于许多语句的重要列表的表格。 - In break mode , the instruction pointer , a yellow arrowhead in the source window , points to the line that will be executed next , and will be located on an executable statement within a method or property body
在中断模式下,指令指针(即源代码窗口中的黄色箭头)指向接下来将要执行的行,并将位于方法或属性体内的一条可执行语句上。