You can use
    
    
    *x
    
    
    Run

instead of
    
    
    `*`(x)
    
    
    Run

And ideally you use some other operator, unary * for pointer deref is not 
idiomatic.

Reply via email to