{ $description "Translates an absolute stack location to one that is relative to the current stacks height as given in " { $link current-height } "." }
{ $examples
{ $example
"USING: compiler.cfg.stacks.local prettyprint ;"
"T{ current-height { d 3 } } current-height set D 7 translate-local-loc ."