This code doesn't work, is there a way to get value of `b` as string inside of 
the template?
    
    
    template `^`(a, b: untyped) =
      echo a, b.ast_to_str, 2
    
    "a" ^ b
    
    
    Run

Reply via email to