By something like this:
    
    
    import strutils
    var
      x = "aa"
      y = "bb"
      z = "cc"
    stdout.write [x,y,z].join " "
    
    
    Run

Reply via email to