无返回值函数(Functions Without Return Values) 函数可以没有返回值。下面是 sayHello(_:) 函数的另一个版本,叫 sayGoodbye(_:) ,这个函数直接输出 String 值,而不是返回它:...
基于10个网页-相关网页
什么无返回值的主函数 void main
抛出致命错误并且不希望虚拟机进行修复。该函数无返回值。
Raises a fatal error and does not expect the VM to recover. Thisfunction does not return.
无返回值的函数要么就是屏幕上显示出一些内容,要么就有其他的功能,但就是没有返回值。
Void functions might display something on the screen or have some other effect, but they don't have a return value.
我们目前为止写的函数还都是无返回值的。接下来的新的章节里面,咱们就要开始写一些有返回值的函数了。
The functions we have written so far are all void. We will start writing fruitful functions in a few chapters.
应用推荐