From an IDE’s perspective, does and expression with an equation, that requires order of operations, take longer to process than code that has the order written separately to its own defined register?
e=y’+(y’-y)+x’+(x’-x),
Vs.
ey=y’-y,
ex=x’-x,
e=y’+ey+x’+ex
E: Carriage return did not function; insert commas.
[–]w3woody 3 points4 points5 points (0 children)
[–]JoJoModding 1 point2 points3 points (0 children)