-
Notifications
You must be signed in to change notification settings - Fork 0
QS0 else cmd
maybites edited this page Sep 12, 2022
·
1 revision
home/reference v0.x/<if>/<else>
<else>
<while name="whileLoop" start="{whilevar = 0}" repeat="{whilevar lt 100}" step="{whilevar = (whilevar + 1)}">
<if true="{whilevar lt 50}">
<print>inside while below 50: {whilevar}</print>
<else>
<print>inside while above 50: {whilevar}</print>
</else>
</if>
</while>
<wait anim="whileLoop"/>
- None
- <if>
- <expr>
- <print>
- <send>
- <osc>
- <out>
- <trigger>
- <if>
- <while>
- <anim>
- <play>
- <stop>
- <pause>
- <resume>
- <shutdown>
- <debugger>
the <else> cmd works like 'else' in classical langauges
(c) by Martin Froehlich maybites