Yeah that's exactly what I meant! My syntax suggestion was simply a shortcut 
for the shadowing:
    
    
    #shadow
    let foo = foo
    
    #shortcut
    let foo  # implying the above
    
    
    
    Run

Reply via email to