if 条件 then
statement
else
statement
end if;
3.循环语句
(1).while循环
[label:] WHILE expression DO
statements
END WHILE [label] ;
(2).loop循环
[label:] LOOP
statements
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2011-5-13 09:07 | 作者: 不详 | 来源: 领测软件测试网采编 | 查看: 70次 | 进入软件测试论坛讨论
if 条件 then
statement
else
statement
end if;
3.循环语句
(1).while循环
[label:] WHILE expression DO
statements
END WHILE [label] ;
(2).loop循环
[label:] LOOP
statements
文章来源于领测软件测试网 https://www.ltesting.net/