just noticed in supercollider 3.12.2
that
(1 - (2 * 0)) = 1
but
(1 - 2 * 0) = 0 !!!
Is this on purpose or a bug? I.e. is operator precedence purposefully not regarded?
just noticed in supercollider 3.12.2
that
(1 - (2 * 0)) = 1
but
(1 - 2 * 0) = 0 !!!
Is this on purpose or a bug? I.e. is operator precedence purposefully not regarded?
@andre_ourednik @supercollider
I don't recall where exactly, but I do recall somewhere in the tutorials a caution that the #supercolider parser does not understand operator precedence.