basically
    
    
    template `block`(comment: string, body: untyped)  =
      block:
        body
    
    
    `block` "hey":
      echo 2 + 3
    
    
    Run

^ but without the stropping

\---

I ask because i find myself (and others) placing comments around blocks.

\---

Thanks in advance!

Reply via email to