compound statement的意思|示意
复合语句
compound statement的用法详解
'
Compound statement是一种在计算机程序中所使用的复合句。它由两个或多个独立句子组合而成,其中一个句子用来控制另一个句子的执行。Compound statement中的每个句子都必须满足以下标准:它们都是独立句,每个句子都具有独立的语义,每个句子都应在概念上有意义。
Compound statement最常见的用法是用作条件语句,即if-then-else。它可以用来执行某种操作,只有当某种条件被满足时,才能执行。具体的格式如下:
if **condition** then **action1** else **action2**
如果 **condition** 达到,则**action1**将被执行,否则 **action2** 将被执行。
Compound statement还可以用作循环。它可以用来执行一系列重复操作,并在特定条件达到时结束循环。典型的循环格式如下:
while **condition** do **action**
只要 **condition** 仍满足,**action** 将被不断执行。
Compound statement也可以用作分组,它将句子组织在一起,以提高程序的可读性。它的格式如下:
begin **action1** **action2** **action3** end
它将**action1**,**action2**及**action3**组合起来,就像它们是同一个句子一样。
总的来说,Compound statement的用法十分广泛,它可以用来作为条件语句、循环语句以及分组语句,从而提高计算机程序的可读性。
'compound statement相关短语
1、 Compound statement missing 漏掉复合语句
2、 Statement and Compound Statement 语句与复合语句
3、 unlabeled compound statement 无标号复合叙述
4、 compound statement syntax 复合语句语法
5、 algol compound statement algol 复合语句
6、 compound-statement 复合语句
7、 compound statement & empty statement 复合语句和空语句
8、 compound IF statement 复合条件语句