repo.or.cz
/
jimtcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
jimregexp: remove dead code
[jimtcl.git]
/
examples.api
/
print.tcl
blob
e05d48b0f5a072f555964279aa224afebd5158cb
1
puts
"-- List present in an array constructed from C program --"
2
foreach
{
str
}
$MYLIST
{
3
puts
$str
4
}
5
puts
"---------------------------------------------------------"