So I see how it’s possible to use @ to move an object relative to where it is currently, but is it possible to move an object to a point relative to ANOTHER object?
For example: I want to move a circle from its centerpoint to a point x+1 from the end of another line.
What I would currently do would be to first move the circle to the end of the line, and then in a second command move the circle to the x+1 location.
Is it possible to do this in one command, though?