Is there any way I can get output to follow the exact order that I wrote it?
For instance (simple example)
x = z + a - b + c^2
comes out as
a - b + c^2 + z
Is there any way I can get output to follow the exact order that I wrote it?
For instance (simple example)
x = z + a - b + c^2
comes out as
a - b + c^2 + z