Posted to tcl by Bradipo at Mon Apr 06 18:01:32 GMT 2026view raw

  1. $ echo 'package require csv; puts -nonewline [::csv::joinlist {a b c}]' | tclsh
  2. a
  3. b
  4. c
  5. $