代码跳过 Command/Code 循环命令

Code Skip Command/Code Loop Command

我不确定是否已经存在这样的命令,但是代码语言中的这样的命令呢:

do this 
do that 

<point2>

if (something){
   GOTO ('point1')
}
do this 
do that 

<point1>

do this 
do that

if (something){
   go to ('point2')
}

一个命令,它只是将程序引导到代码中向前或向后的一点

我知道你可以用 if 子句和函数来做到这一点并且有同样的效果

否则,您可以使用此命令分块描绘代码:

 _____________ <-----
| start motor |     | Go to command
| if failure  -------
|_____________|
   |
   |
   \/
  Drive

我的问题:

我们需要这个命令吗? , 它在 java 或 php 等语言中有用吗?为什么它在 java 中未设置?它可以升级或变得更好吗?如何?不再使用循环就足够了吗?或者 goto 命令有一个主要的缺点?也许在编译时它的性能很差...----为什么我不使用它或在任何教程中都找不到它,因为它可能是像循环这样的标准命令...为什么????

感谢您就此命令进行了精彩的讨论,感谢您没有写下我犯了多少语法错误...

"a command which just leads the program to a point forward or backward in the code" <-- 它被称为 GOTO 命令。不同的编程语言可能会以不同的方式实现它。

"nice discussion about this command" <--- 经过您的研究,介意分享您不理解或无法执行的阅读内容 materials/reference/code 的哪一部分?示例代码和屏幕截图也可能有帮助.. (: