aboutsummaryrefslogtreecommitdiff
path: root/examples/print.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/print.tcl')
-rw-r--r--examples/print.tcl5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/print.tcl b/examples/print.tcl
deleted file mode 100644
index e05d48b..0000000
--- a/examples/print.tcl
+++ /dev/null
@@ -1,5 +0,0 @@
-puts "-- List present in an array constructed from C program --"
-foreach {str} $MYLIST {
- puts $str
-}
-puts "---------------------------------------------------------"