Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Convert a collection to a list
#tclsh 8.6 # Convert a collection into a list proc collection_to_list {a_collection} { set my_list {} foreach_in_collection item $a_collection { lappend my_list [get_object_name $item] } return $my_list }
run
|
edit
|
history
|
help
0
Bin mul float
q1q0
eerewr
binds
dssd
Trying bin mul floating point
Fl neg bin mul
Answer
mysrc.tcl
Practice TCL