What is wrong with just using
gobal_value = let x, y
x = <expression-to-compute-x>
y = <expression-to-compute-y>
<expression-using-x-and-y>
end
What is wrong with just using
gobal_value = let x, y
x = <expression-to-compute-x>
y = <expression-to-compute-y>
<expression-using-x-and-y>
end