@xigoi, can't you simply call "dedent" as follows?
    
    
    if something:
      let nimCode = """
        for foo in foos:
          echo foo
      """.dedent
    
    
    Run

I would expect that dedent would be called at compile time given that the input 
is a constant, wouldn't it? 

Reply via email to