跳至正文

Skript+/If、Else 语句

来自 Wikibooks,面向开放世界的开放书籍

接下来,你正在寻找 If、Else 语句...

If 语句如下所示

If %x% Is 9:
Output: Hello, world!

并且对于 Else 语句

Else:
Output: Hai, world!

示例

[编辑 | 编辑源]

这是一个你可以同时使用 If 和 Else 语句的示例

4+7+3 => %x%
If %x% Is 14:
Output: Correct!
Else:
Output: Incorrect, try again with a new number!
华夏公益教科书