Probably something like
    
    
    commas:
      {
       a
       b
       c
      }
    
    
    Run

or
    
    
    {
    commas:
      a
      b
      c
    }
    
    
    Run

Makes a lot of sense, right

Reply via email to