Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何用DOG语言编写IF条件语法。我不知道如何编写条件语法。有任何想法吗。IF
IF
从您的维基百科链接:
任何命令前面都可以有一个数字或变量(dishx、platex 或 floor)...但是如果一个 plate 变量在一个命令之前,则该命令仅在板块上的 cookie 数量不为 0 的情况下执行一次。
因此,命令前面的板变量充当 if 语句。这相当于用“真正的”编程语言编写这样的东西:
if (plate > 0) { do this command }
如果您希望许多命令以您的if语句为条件,那么您必须将它与jump命令结合起来。
if
jump