If you just want object fields, you don't need extra indentation, you can use 
something like:
    
    
    template a: untyped = self.a
    
    
    Run

And you can have a macro that generates these automatically on the same 
indentation level. 

Reply via email to