remove _ in names
This commit is contained in:
parent
829db87c40
commit
3af7344581
1270 changed files with 0 additions and 18916 deletions
|
|
@ -1,12 +0,0 @@
|
|||
set c [list] ;# create an empty list
|
||||
# fill it
|
||||
lappend c 10 11 13
|
||||
set c [linsert $c 2 "twelve goes here"]
|
||||
# iterate over it
|
||||
foreach elem $c {puts $elem}
|
||||
|
||||
# pass to a proc
|
||||
proc show_size {l} {
|
||||
puts [llength $l]
|
||||
}
|
||||
show_size $c
|
||||
Loading…
Add table
Add a link
Reference in a new issue