summaryrefslogtreecommitdiffstats
path: root/library/struct1.0/struct.tcl
blob: ecacdbacd2360181ed2db2ab6fd4b520c6463c74 (plain)
1
2
3
4
5
6
7
8
package provide struct 1.0
source [file join [file dirname [info script]] stack.tcl]
source [file join [file dirname [info script]] queue.tcl]
namespace eval struct {
	namespace export *
	namespace import stack::*
	namespace import queue::*
}