template `:=`(a, b): untyped {.dirty.} =
      let a = b
      a
    
    proc yes: bool = true
    
    if x := yes():
      echo x
    
    
    Run

is this the thing?

Reply via email to