riscv-openocd-wch/jimtcl/examples.api/print.tcl

6 lines
167 B
Tcl

puts "-- List present in an array constructed from C program --"
foreach {str} $MYLIST {
puts $str
}
puts "---------------------------------------------------------"