gpt4 book ai didi

sml - SML 中的 If Else 中的多个语句

转载 作者:行者123 更新时间:2023-12-04 19:55:49 25 4
gpt4 key购买 nike

我想用 if (condition) then 语句 1 , 语句 2, ... else 语句 1, 语句 2,... ;在 SML 编程语言中。我不能使用简单的空格或,。如果这可能的话,有什么建议吗?注意:我不是说嵌套 if else。不过还是很清楚的。

最佳答案

您可以使用构造 (expr1; expr2; ... ; exprn) 顺序执行多个表达式。所以:

if condition then (
expression1;
expression2
) else (
expression1;
expression2
)

关于sml - SML 中的 If Else 中的多个语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12662858/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com