THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block | ||||
---|---|---|---|---|
| ||||
<ui:if test="'foo' in %{'foo','bar'}"> muhahaha </ui:if> <ui:else> boo </ui:else> <ui:if test="'foo' not in %{'foo','bar'}"> muhahaha </ui:if> <ui:else> boo </ui:else> |
...