I wish there was a way to have the variable pre-declared and auto-returned 
(like `result`) inside the block, so you could just do something like
    
    
    let foo = block:
      compute(foo)
      foo += 3
    
    
    Run

Reply via email to