program execution statement的意思|示意
程序执行语句
program execution statement的网络常见释义
程序执行语句 程序执行语句 program execution statement 规划的并行执行 parallel execution of plans 非执行语句标号 nonexecutable statement label .
program execution statement相关例句
The die statement halts program execution and displays text to the Web browser.
die语句会中止程序执行,并在Web浏览器上显示文本。
We wrap everything we do in an eval statement, since we don't want our program to die when an error occurs during execution.
因为不希望程序在出现执行错误时终止,所以将所有操作放在 eval 语句中。
Execution always begins at the first statement of the program. Statements are run one at a time, in order from top to bottom.
为了确保一个函数在首次被调用之前已经定义,你必须要之道语句运行的顺序,也就是所谓『运行流程』。
In the execution of such a program, an input statement can be logically deduced from other statements in the program. Many artificial intelligence programs are written in such languages.
在这样一个程序的执行过程中,一条输入语句可以按照逻辑从程序中的其他语句推断出来。许多人工智能程序使用这种语言编写。
At this point, the break statement causes program execution to break out of the while loop, skipping the else clause.
此时,break语句导致程序执行中断while循环,跳转到else子句。
The requirement is that, after execution of the Include program, a statement that introduces a program is at the beginning of the including program.
必要条件是,在包含程序执行后,解释程序的语句在包含程序的开始。