scan: Ensure format is converted to string form
[jimtcl.git] / examples.api / print.tcl
blobe05d48b0f5a072f555964279aa224afebd5158cb
1 puts "-- List present in an array constructed from C program --"
2 foreach {str} $MYLIST {
3 puts $str
5 puts "---------------------------------------------------------"