函数定义的最后一部分是函数体,它是一个以左花括号(curly brace)开始,以右花括号结束的语句块(block of statements): { return 0; } 这个语句块中唯一的一条语句是return,它结束函数的执行。在本例中,return还会向调用者返回一个值。
基于28个网页-相关网页
block of statements
语句块
以上为机器翻译结果,长、整句建议使用 人工翻译 。
But you might wonder what is meant by block of statements.
但是您可能在想,语句块是什么意思呢。
youdao
The for loop, which executes a block of statements a certain number of times
for 循环,它对一个语句块执行一定次数。
The block of statements is made up of one or more simple and compound statements.
语句块由一个或多个简单语句和复合语句组成。
应用推荐
模块上移
模块下移
不移动