It would look like Tcl.
One way I think I can get rid of that is like this
32 = foo;
pow(x, 2); pow(y, 2); sqrt() = result;
{ pow(x, 2); pow(y, 2); sqrt(); } + 1; pow(2) = result;
It would look like Tcl.