当前位置:网站首页>(8) Goto keyword
(8) Goto keyword
2022-06-12 17:08:00 【Binary cup don't stop】
( 8、 ... and )goto keyword
One 、goto sentence
goto: Can unconditionally transfer to the row specified in the process .
Grammatical structure :
goto label;
..
..
label: statement;
example :a Less than 20 Self increasing 1
package main
import "fmt"
func main() {
var a = 10
LOOP:
for a < 20 {
if a == 15 {
a += 1
goto LOOP
}
fmt.Println("a = ", a)
a ++
}
fmt.Println("a = ", a)
}
边栏推荐
- Crazy temporary products: super low price, big scuffle and new hope
- Uniapp wallpaper applet source code / double ended wechat Tiktok applet source code
- C#期末复习编程题(老师猜的)
- R语言使用pdf函数将可视化图像结果保存到pdf文件中、使用pdf函数打开图像设备、使用dev.off函数关闭图像设备、自定义width参数和height参数指定图像的宽度和高度
- Add static route
- Demande de doctorat | xinchao Wang, Université nationale de Singapour
- STL——函数对象
- 5-5 configuring MySQL replication log point based replication
- JVM内存模型与本地内存
- 2022-2028 global press dehydrator industry research and trend analysis report
猜你喜欢

rolabelImg的安装使用

云开发坤坤鸡乐盒微信小程序源码

Extract the new Chinese cross modal benchmark zero from 5billion pictures and texts, and Qihoo 360's new pre training framework surpasses many SOTAS
![[MySQL] Cartesian product - multi table query (detailed explanation)](/img/46/6a9a62b35eaa538232da1d738b3931.jpg)
[MySQL] Cartesian product - multi table query (detailed explanation)

Picture online collection and delivery system source code

To understand Devops, you must read these ten books!

博士申請 | 新加坡國立大學Xinchao Wang老師招收圖神經網絡方向博士/博後

Unit sshd.service could not be found

Compilation optimization of performance optimization

Su directly switches to super administrator mode, so that many error reports can be avoided
随机推荐
Latex table online generation
Compilation optimization of performance optimization
Some minor problems and solutions encountered when using ubantu
写技术博客的意义
多种Qt的开发方式,你选择哪种?
Schrodinger's Japanese learning applet source code
Uniapp壁纸小程序源码/双端微信抖音小程序源码
(六)控制语句if/else switch
Golang recursively encrypts and decrypts all files under the specified folder
Installation and use of rolabelimg
Where is it safer to open an account for thermal coal futures? How much is the thermal coal futures deposit?
MySQL事务简介、事务隔离级别
力扣今日题926. 将字符串翻转到单调递增
Modify the configuration of the router connected to your computer. The website is 192.168.1.1
初识GO语言
Gerrit+2 triggers Jenkins task
(七)循环语句for
R语言计算data.table在一个分组变量的值固定的情况下另外一个分组变量下指定数值变量的均值
[BSP video tutorial] stm32h7 video tutorial Issue 8: the last issue of the MDK theme, the new generation of debugging technologies event recorder and RTT, and using stm32cubemx to generate project tem
Demande de doctorat | xinchao Wang, Université nationale de Singapour