[a]||[b][[...||c]]
where [a], [b], and [c] are all values
[a], [b], and [c] are numbers
returns the parallel of [a], [b], [c] in the most precise type that appears in the chain
parallel(type[a], type[b], type[c]) is defined
returns a call of [a], [b], and [c] to parallel
[a]||[b] is defined
evaluates [a]||[b] first, then evaluates the rest of the expression
*note: if the intention is to perform an or operation and an absolute value operation, surrond the absolute value operation with parenthesis, otherwise it will evaluate as a parallel operation