Forum OpenACS Q&A: Re: tcl procs/API

Collapse
2: Re: tcl procs/API (response to 1)
Posted by Claudio Pasolini on
The "::" is a separator used to fully qualify a command or variable within a namespace, much like a "/" within a file path.

See http://www.tcl.tk/man/tcl8.3/TclCmd/namespace.htm for more.

Collapse
3: Re: Re: tcl procs/API (response to 2)
Posted by David Lee on
so a namespace is basically just like a class in java, right? or a structure in C?