Solved
How to make a second variable equal to the first one simply
Hi! How can I define a second variable based on a previously calculated one? I calculated X and I'd like to define Y as equal to X, but I can't do it with a simple equal sign. I had to write a Given function for it.

