goto-statement的意思|示意
转向语句
goto-statement的网络常见释义
离特语句 (计算机)离特语句
goto-statement相关短语
1、 Goto statement missing label Goto 语句没有标号
2、 GOTO statement 转向语句
3、 test and goto statement 测试与转向语句 ; 翻译
goto-statement相关例句
Finally, the legacy statement on Error GoTo cannot be used at all in a method containing closures.
最后,关于Error GoTo的继承声明也根本不能在包含闭包的方法里使用。
Jumping into a statement expression with goto or using a switch statement outside the statement expression with a case or default label inside the statement expression is not permitted.
不允许使用switch语句或是goto跳入到声明表达式中。
The GOTO label statement can unconditionally exit from a loop and transfer control to the executable statement or statement block that follows the specified statement label.
GO TO标签语句可以无条件地退出循环,并将控制权转移到跟在指定的语句标签之后的可执行语句或语句块。
The new support for statement labels and the GOTO and loop statements provide greater flexibility in iterating and in exiting from statement loops in SPL routines.
对语句标签以及GOTO和loop语句的新支持为SPL例程中的迭代和退出语句循环提供了更大的灵活性。
Avoid using GOTO statement to improve readability.
避免使用GOTO语句来改善可读性。
They also facilitate migration to IDS of routines written in the procedural languages of other database servers that support GOTO and LOOP statement syntax.
对于用支持GOTO和loop语句语法的其它数据库服务器上的过程语言编写的例程,SPL语言中的语句标签、GOTO和loop语句也可以为它们到IDS的迁移提供便利。