Help for this page

Select Code to Download


  1. or download this
    $locator = -> $root, $x, $y { $root.<foo>[$x]<bar>{$y}[3] }
    $obj.$locator(42,"baz")  # $obj<foo>[42]<bar><baz>[3]
    
    $locator = { .<here> }
    $obj.$locator            # $obj<here>