WurstScript
WurstScript copied to clipboard
Optimization: Merge local var definitions with declarations
If there is no read before the first write.
... and if there are no side-effects, which would be affected by changing the order.
I don't know. It seems to be too much hassle for saving a few lines of output code. In the most trivial case, the join is already done.