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