If there's a pattern of doing init(...), evaluate: ..., let ... = getValue(), 
then you can convert it to something like this: 
    
    
    dsl:
      algo1 as x:
        echo x
        algo2(x) as y:
          echo y
    
    
    Run

Reply via email to