Mutable variables in FQL

You can… if you really want to… provide the same variable multiple times to a Let.

And shadowing/scoping is indeed SUPER useful in building deep hierarchical queries. This is just using the same variable in a Let inside the previous Let.