The way to offset anchor coordinates in cetz

How to offset the anchor coordinate. For example:

#anchor("x", (0,0))
#line("x", "x.4dx")

In this example the line must be drawn from (0,0) to (4,0), but how i understand there is no syntax for this kind of coordinates

you can use relative coordinates (rel:(0,4))