initial commit
This commit is contained in:
7
tcl/startup/array.tcl
Normal file
7
tcl/startup/array.tcl
Normal file
@ -0,0 +1,7 @@
|
||||
proc array_init {name args} {
|
||||
foreach {key value} $args {
|
||||
if {![$name exists $key]} {
|
||||
$name makeitem $key $value
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user