Hi everyone:
attempt to make multiple actions by only one condition, like:
while a=0, then b->0 and c->0.
in desmos action, the way I can do that is:
{a=0:b->0},{a=0:c->0}
but it doesn’t look elegant…
is there a way to simplify it like"while a=0, then b->0 and c->0."?
thank you so much!