转到、去;戈托(人名)。
goto ['ɡo,tʊ]
1、作动词,翻译为转到、去。
例:
We saw him goto the library.我们看见他去了图书馆。
I'll goto Shenzhen next month, so I'll visit you then. 下个月我要去深圳,所以到时候我一定来拜访你。
2、戈托(人名)
例:This is my best friend Goto。这是我最好的朋友戈托。
3、C语言中,goto语句也称为无条件转移语句
goto语句通常与条件语句配合使用。可用来实现条件转移, 构成循环,跳出循环体等功能。但是,在结构化程序设计中一般不主张使用goto语句, 以免造成程序流程的混乱,使理解和调试程序都产生困难。
扩展资料
近义词:pass to
pass to 英 [pɑːs tu]、美 [pæs tu]
意思是:传给,转到,通到。
例:
You need boarding pass to board the airplane. 你需要有登机证才能登机。
There are also some restrictions on what you can do in the source code you pass to Javassist. 对于在传递给Javassist的源代码中可以做的事情有一些限制。