animal
Posted to
tcl
by dandyn at Thu May 18 13:58:39 GMT 2023
view raw
set
animalsDog "small dog"
set
animalsCat "big cat"
set
animalsRat "medium rat"
set
x ""
foreach
animal [
info
vars animals*] {
lappend
x
$animal
}
puts
$x
Recent Posts
tcl by oldlaptop
8 hours ago
tcl by mookie
6 days ago
tcl by dandyn
13 days ago
tcl by Bradipo
13 days ago
tcl by Bradipo
13 days ago
tcl by oldlaptop
37 days ago
tcl by oldlaptop
37 days ago
tcl by mookie
42 days ago
tcl by mookie
43 days ago
tcl by georgtree
44 days ago
Submit
New paste
Documentation
From Jabber