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.
我可以像在前奏曲中那样在后奏曲中做三重奏吗?换句话说,它是否会根据前奏曲中评估的内容触发不同的呼叫?
是的。您可以在后奏表达式中包含保护条件。这适用于显式事件引发和持久变量修改。下面的表达式if可以是任何有效的表达式,包括函数。
if
例子:
fired { raise explicit event "foo" if cheese == 5; }